+ 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 /attach_gdb.lib ++ source /utils.lib + source /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_24.3.5.47.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49227 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.5.47.altinitystable+asan_amd64.deb ... Unpacking clickhouse-common-static (24.3.5.47.altinitystable+asan) ... Setting up clickhouse-common-static (24.3.5.47.altinitystable+asan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.47.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49256 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.47.altinitystable+asan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.5.47.altinitystable+asan) ... Setting up clickhouse-common-static-dbg (24.3.5.47.altinitystable+asan) ... + dpkg -i package_folder/clickhouse-server_24.3.5.47.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49265 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.5.47.altinitystable+asan_amd64.deb ... Unpacking clickhouse-server (24.3.5.47.altinitystable+asan) ... Setting up clickhouse-server (24.3.5.47.altinitystable+asan) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. 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. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink 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 symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc 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 the default user is an 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 + dpkg -i package_folder/clickhouse-client_24.3.5.47.altinitystable+asan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49282 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.5.47.altinitystable+asan_amd64.deb ... Unpacking clickhouse-client (24.3.5.47.altinitystable+asan) ... Setting up clickhouse-client (24.3.5.47.altinitystable+asan) ... + 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_MAX=100000 + THREAD_FUZZER_SLEEP_TIME_US_MAX=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_MAX=10000 + THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US_MAX=10000 + export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000 + THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US_MAX=10000 + export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000 + THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US_MAX=10000 + export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=10000 + THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US_MAX=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/max_num_to_warn.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/blob_storage_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/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/graphite_alternative.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/backoff_failed_mutation.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/lost_forever_check.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_trace.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/forbidden_headers.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/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /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/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + 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/ + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=37736448 + sed --follow-symlinks -i 's|[[:digit:]]\+|37736448|' /etc/clickhouse-server/config.d/keeper_port.xml + value=42092544 + sed --follow-symlinks -i 's|[[:digit:]]\+|42092544|' /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 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.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 + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value check_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value create_if_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + 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 + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value use_compression zookeeper_fault_injection + value=1 + sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + randomize_config_boolean_value allow_experimental_block_number_column block_number + value=1 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.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=32086448 + total_mem=32856522752 + 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 + local max_users_mem + max_users_mem=9856956825 Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G + echo 'Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G' + cat + cat + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + ./minio server --address :11111 ./minio_data + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + 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 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied 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:37735 http://127.0.0.1:37735 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (37735), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17E49CA47595F5F81a4427d0-6d40-49c4-8ff9-d04f23a24f30 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 291 root 10u IPv6 37846 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 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 107.67 MiB/s + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet 02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 57.40 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 30.33 KiB/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: 2.30 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: 3.35 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.06 KiB/s tsv_with_header.tsv + 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 `/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: 4.67 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + start_server + counter=0 + max_attempt=120 + 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 - - [22/Jul/2024:18:33:23 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "PUT /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer?blockid=fjpbqoejfhrkclbrkegatfnzfmzfwmhecpgtnxkhnmmsffopuufdedzjkrionsmy&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "PUT /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "GET /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer HTTP/1.1" 206 4 127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "GET /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer HTTP/1.1" 206 2 127.0.0.1 - - [22/Jul/2024:18:33:23 +0000] "DELETE /devstoreaccount1/cont/kxfddjevgcthkfnmzpwkxwxpgseohuer HTTP/1.1" 202 - + counter=11 + clickhouse-client --query 'SELECT 1' 1 + attach_gdb_to_clickhouse ++ 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 583 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + false + return + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + clickhouse-client --query 'CREATE DATABASE datasets' + clickhouse-client --multiquery + clickhouse-client --query 'SHOW TABLES FROM datasets' hits_v1 visits_v1 + clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test' + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=583 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Sent terminate signal to process with pid 583. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 583. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 isscript.gdb:13: Error in sourced command file: No stack. running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 is running. Waiting for server to stop Found pid = 583 in the list of running processes. The process with pid = 583 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 + cache_policy= + '[' 1 -eq 1 ']' + cache_policy=SLRU Using cache policy: SLRU + echo 'Using cache policy: SLRU' + '[' SLRU = SLRU ']' + sudo cat /etc/clickhouse-server/config.d/storage_conf.xml + sed 's|LRU|SLRU|' + mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml + start_server + counter=0 + max_attempt=120 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "PUT /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd?blockid=qxuwmrepkddcquchfcurhpwarpbbowpualbzdnymyofiaqvebrgrnnbaafpvesge&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "PUT /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "GET /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd HTTP/1.1" 206 4 127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "GET /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd HTTP/1.1" 206 2 127.0.0.1 - - [22/Jul/2024:18:35:26 +0000] "DELETE /devstoreaccount1/cont/zsfcgezewtgmrageyedvubgvjeajkkwd HTTP/1.1" 202 - + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 21 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=22 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 22 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=23 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 23 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=24 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 24 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=25 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 25 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=26 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 26 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=27 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 27 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=28 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 28 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=29 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 29 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=30 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 30 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=31 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 31 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=32 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 32 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=33 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 33 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=34 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 34 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=35 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 35 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=36 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 36 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=37 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 37 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=38 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 38 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=39 + clickhouse-client --query 'SELECT 1' 1 + attach_gdb_to_clickhouse ++ 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 1505 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + false + return + 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_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=1505 + 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 = 1505. The process with pid = 1505 is running. Sent terminate signal to process with pid 1505. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505. The process with pid = 1505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505. The process with pid = 1505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505. The process with pid = 1505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505. The process with pid = 1505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505. The process with pid = 1505 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1505. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 is running. Waiting for server to stop Found pid = 1505 in the list of running processes. The process with pid = 1505 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 RANDOMIZE_OBJECT_KEY_TYPE=1 + RANDOMIZE_OBJECT_KEY_TYPE=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/max_num_to_warn.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/blob_storage_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/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/graphite_alternative.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/backoff_failed_mutation.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/lost_forever_check.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_trace.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/forbidden_headers.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/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /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/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + 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/ + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=24899584 + sed --follow-symlinks -i 's|[[:digit:]]\+|24899584|' /etc/clickhouse-server/config.d/keeper_port.xml + value=56297472 + sed --follow-symlinks -i 's|[[:digit:]]\+|56297472|' /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 ]] + object_key_types_options=("generate-suffix" "generate-full-key" "generate-template-key") + object_key_type=generate-suffix + [[ -n 1 ]] + [[ 1 -eq 1 ]] + object_key_type=generate-suffix + case $object_key_type in + ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/ + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.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 + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value filtered_list keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value multi_read keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value check_not_exists keeper_port + value=1 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + randomize_config_boolean_value create_if_not_exists keeper_port + value=0 + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|[01]|0|' + 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 + [[ -n 1 ]] + [[ 1 -eq 1 ]] + randomize_config_boolean_value use_compression zookeeper_fault_injection + value=0 + sudo cat /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + sed 's|[01]|0|' + sudo mv /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml.tmp /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + randomize_config_boolean_value allow_experimental_block_number_column block_number + value=1 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|1|' + sudo mv /etc/clickhouse-server/config.d/block_number.xml.tmp /etc/clickhouse-server/config.d/block_number.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=32086448 + total_mem=32856522752 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_server_memory_usage_to_ram_ratio to 0.5 Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G + local max_users_mem + max_users_mem=9856956825 + echo 'Setting max_memory_usage_for_user=9856956825 and max_memory_usage for queries to 10G' + 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 + sudo cat /etc/clickhouse-server/config.d/logger_trace.xml + sed 's|trace|test|' + mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml + '[' SLRU = SLRU ']' + sudo cat /etc/clickhouse-server/config.d/storage_conf.xml + sed 's|LRU|SLRU|' + mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml ++ date +%-d + '[' 0 -eq 1 ']' + start_server + counter=0 + max_attempt=120 + 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 - - [22/Jul/2024:19:02:36 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "PUT /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk?blockid=agjohyenaobfxfduifotkeuqodpeiwvojpsqeewfugzvdreknnhuotntuxvbscgm&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "PUT /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "GET /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk HTTP/1.1" 206 4 127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "GET /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk HTTP/1.1" 206 2 127.0.0.1 - - [22/Jul/2024:19:02:36 +0000] "DELETE /devstoreaccount1/cont/sawieeswzsspdpxqmokhvdgmantjgmzk 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' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 12 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=13 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 13 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=14 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 14 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=15 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 15 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=16 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 16 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=17 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 17 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=18 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 18 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=19 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 19 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=20 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 20 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=21 + clickhouse-client --query 'SELECT 1' 1 + attach_gdb_to_clickhouse ++ 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 2970 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + false + return + stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200 2024-07-22 21:03:58,007 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 ' 2024-07-22 21:03:58,508 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-07-22 21:03:59,010 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 ' 2024-07-22 21:03:59,512 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-07-22 21:04:00,013 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 ' 2024-07-22 21:04:00,515 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-07-22 21:04:01,017 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 --global_time_limit=1200 ' 2024-07-22 21:04:01,518 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-07-22 21:04:02,020 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 --global_time_limit=1200 ' 2024-07-22 21:04:02,521 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-07-22 21:04:03,023 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-07-22 21:04:03,524 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 join_algorithm='parallel_hash' use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-07-22 21:04:04,026 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 ' 2024-07-22 21:04:04,527 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 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 ' 2024-07-22 21:04:05,028 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 enable_deflate_qpl_codec=1 enable_zstd_qat_codec=1 use_query_cache=1 --global_time_limit=1200 ' 2024-07-22 21:04:05,530 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 ' 2024-07-22 21:04:06,031 Will wait functests to finish 2024-07-22 21:04:06,032 Finished 3 from 16 processes 2024-07-22 21:04:11,036 Finished 3 from 16 processes 2024-07-22 21:04:16,040 Finished 3 from 16 processes 2024-07-22 21:04:21,044 Finished 3 from 16 processes 2024-07-22 21:04:26,049 Finished 3 from 16 processes 2024-07-22 21:04:31,052 Finished 3 from 16 processes 2024-07-22 21:04:36,056 Finished 3 from 16 processes 2024-07-22 21:04:41,061 Finished 3 from 16 processes 2024-07-22 21:04:46,064 Finished 3 from 16 processes 2024-07-22 21:04:51,068 Finished 3 from 16 processes 2024-07-22 21:04:56,072 Finished 3 from 16 processes 2024-07-22 21:05:01,077 Finished 3 from 16 processes 2024-07-22 21:05:06,080 Finished 3 from 16 processes 2024-07-22 21:05:11,084 Finished 3 from 16 processes 2024-07-22 21:05:16,088 Finished 3 from 16 processes 2024-07-22 21:05:21,092 Finished 3 from 16 processes 2024-07-22 21:05:26,096 Finished 3 from 16 processes 2024-07-22 21:05:31,100 Finished 3 from 16 processes 2024-07-22 21:05:36,104 Finished 3 from 16 processes 2024-07-22 21:05:41,108 Finished 3 from 16 processes 2024-07-22 21:05:46,112 Finished 3 from 16 processes 2024-07-22 21:05:51,116 Finished 3 from 16 processes 2024-07-22 21:05:56,120 Finished 3 from 16 processes 2024-07-22 21:06:01,124 Finished 3 from 16 processes 2024-07-22 21:06:06,130 Finished 3 from 16 processes 2024-07-22 21:06:11,132 Finished 3 from 16 processes 2024-07-22 21:06:16,136 Finished 3 from 16 processes 2024-07-22 21:06:21,142 Finished 3 from 16 processes 2024-07-22 21:06:26,144 Finished 3 from 16 processes 2024-07-22 21:06:31,148 Finished 3 from 16 processes 2024-07-22 21:06:36,152 Finished 3 from 16 processes 2024-07-22 21:06:41,158 Finished 3 from 16 processes 2024-07-22 21:06:46,160 Finished 3 from 16 processes 2024-07-22 21:06:51,164 Finished 3 from 16 processes 2024-07-22 21:06:56,168 Finished 3 from 16 processes 2024-07-22 21:07:01,172 Finished 3 from 16 processes 2024-07-22 21:07:06,176 Finished 3 from 16 processes 2024-07-22 21:07:11,180 Finished 3 from 16 processes 2024-07-22 21:07:16,184 Finished 3 from 16 processes 2024-07-22 21:07:21,188 Finished 3 from 16 processes 2024-07-22 21:07:26,193 Finished 3 from 16 processes 2024-07-22 21:07:31,196 Finished 3 from 16 processes 2024-07-22 21:07:36,199 Finished 3 from 16 processes 2024-07-22 21:07:41,204 Finished 3 from 16 processes 2024-07-22 21:07:46,208 Finished 3 from 16 processes 2024-07-22 21:07:51,212 Finished 3 from 16 processes 2024-07-22 21:07:56,216 Finished 3 from 16 processes 2024-07-22 21:08:01,220 Finished 3 from 16 processes 2024-07-22 21:08:06,224 Finished 3 from 16 processes 2024-07-22 21:08:11,228 Finished 3 from 16 processes 2024-07-22 21:08:16,233 Finished 3 from 16 processes 2024-07-22 21:08:21,236 Finished 3 from 16 processes 2024-07-22 21:08:26,240 Finished 3 from 16 processes 2024-07-22 21:08:31,241 Finished 3 from 16 processes 2024-07-22 21:08:36,244 Finished 3 from 16 processes 2024-07-22 21:08:41,248 Finished 3 from 16 processes 2024-07-22 21:08:46,252 Finished 3 from 16 processes 2024-07-22 21:08:51,256 Finished 4 from 16 processes 2024-07-22 21:08:56,260 Finished 4 from 16 processes 2024-07-22 21:09:01,264 Finished 4 from 16 processes 2024-07-22 21:09:06,268 Finished 4 from 16 processes 2024-07-22 21:09:11,272 Finished 4 from 16 processes 2024-07-22 21:09:16,276 Finished 4 from 16 processes 2024-07-22 21:09:21,282 Finished 4 from 16 processes 2024-07-22 21:09:26,284 Finished 4 from 16 processes 2024-07-22 21:09:31,290 Finished 4 from 16 processes 2024-07-22 21:09:36,293 Finished 4 from 16 processes 2024-07-22 21:09:41,296 Finished 4 from 16 processes 2024-07-22 21:09:46,300 Finished 4 from 16 processes 2024-07-22 21:09:51,305 Finished 4 from 16 processes 2024-07-22 21:09:56,308 Finished 4 from 16 processes 2024-07-22 21:10:01,314 Finished 4 from 16 processes 2024-07-22 21:10:06,318 Finished 4 from 16 processes 2024-07-22 21:10:11,320 Finished 4 from 16 processes 2024-07-22 21:10:16,324 Finished 4 from 16 processes 2024-07-22 21:10:21,327 Finished 4 from 16 processes 2024-07-22 21:10:26,333 Finished 4 from 16 processes 2024-07-22 21:10:31,336 Finished 4 from 16 processes 2024-07-22 21:10:36,340 Finished 4 from 16 processes 2024-07-22 21:10:41,344 Finished 4 from 16 processes 2024-07-22 21:10:46,349 Finished 4 from 16 processes 2024-07-22 21:10:51,354 Finished 4 from 16 processes 2024-07-22 21:10:56,359 Finished 4 from 16 processes 2024-07-22 21:11:01,365 Finished 4 from 16 processes 2024-07-22 21:11:07,607 Finished 4 from 16 processes 2024-07-22 21:11:12,612 Finished 4 from 16 processes 2024-07-22 21:11:17,616 Finished 4 from 16 processes 2024-07-22 21:11:22,620 Finished 4 from 16 processes 2024-07-22 21:11:27,624 Finished 4 from 16 processes 2024-07-22 21:11:32,629 Finished 4 from 16 processes 2024-07-22 21:11:37,634 Finished 4 from 16 processes 2024-07-22 21:11:42,636 Finished 4 from 16 processes 2024-07-22 21:11:47,642 Finished 4 from 16 processes 2024-07-22 21:11:52,646 Finished 4 from 16 processes 2024-07-22 21:11:57,648 Finished 4 from 16 processes 2024-07-22 21:12:02,652 Finished 4 from 16 processes 2024-07-22 21:12:07,656 Finished 4 from 16 processes 2024-07-22 21:12:12,662 Finished 4 from 16 processes 2024-07-22 21:12:17,665 Finished 4 from 16 processes 2024-07-22 21:12:22,668 Finished 4 from 16 processes 2024-07-22 21:12:27,674 Finished 4 from 16 processes 2024-07-22 21:12:32,676 Finished 4 from 16 processes 2024-07-22 21:12:37,680 Finished 4 from 16 processes 2024-07-22 21:12:42,684 Finished 4 from 16 processes 2024-07-22 21:12:47,688 Finished 4 from 16 processes 2024-07-22 21:12:52,692 Finished 4 from 16 processes 2024-07-22 21:12:57,698 Finished 4 from 16 processes 2024-07-22 21:13:02,703 Finished 4 from 16 processes 2024-07-22 21:13:07,705 Finished 4 from 16 processes 2024-07-22 21:13:12,708 Finished 4 from 16 processes 2024-07-22 21:13:17,712 Finished 4 from 16 processes 2024-07-22 21:13:22,716 Finished 4 from 16 processes 2024-07-22 21:13:27,720 Finished 4 from 16 processes 2024-07-22 21:13:32,724 Finished 4 from 16 processes 2024-07-22 21:13:37,728 Finished 4 from 16 processes 2024-07-22 21:13:42,732 Finished 4 from 16 processes 2024-07-22 21:13:47,737 Finished 4 from 16 processes 2024-07-22 21:13:52,743 Finished 4 from 16 processes 2024-07-22 21:13:57,744 Finished 4 from 16 processes 2024-07-22 21:14:02,747 Finished 4 from 16 processes 2024-07-22 21:14:07,748 Finished 4 from 16 processes 2024-07-22 21:14:12,752 Finished 4 from 16 processes 2024-07-22 21:14:17,758 Finished 4 from 16 processes 2024-07-22 21:14:22,760 Finished 4 from 16 processes 2024-07-22 21:14:27,764 Finished 4 from 16 processes 2024-07-22 21:14:32,768 Finished 4 from 16 processes 2024-07-22 21:14:37,772 Finished 4 from 16 processes 2024-07-22 21:14:42,776 Finished 4 from 16 processes 2024-07-22 21:14:47,780 Finished 4 from 16 processes 2024-07-22 21:14:52,786 Finished 4 from 16 processes 2024-07-22 21:14:57,789 Finished 4 from 16 processes 2024-07-22 21:15:02,792 Finished 4 from 16 processes 2024-07-22 21:15:07,796 Finished 4 from 16 processes 2024-07-22 21:15:12,800 Finished 4 from 16 processes 2024-07-22 21:15:17,804 Finished 4 from 16 processes 2024-07-22 21:15:22,808 Finished 4 from 16 processes 2024-07-22 21:15:27,812 Finished 4 from 16 processes 2024-07-22 21:15:32,816 Finished 4 from 16 processes 2024-07-22 21:15:37,821 Finished 4 from 16 processes 2024-07-22 21:15:42,822 Finished 4 from 16 processes 2024-07-22 21:15:47,824 Finished 4 from 16 processes 2024-07-22 21:15:52,828 Finished 4 from 16 processes 2024-07-22 21:15:57,832 Finished 4 from 16 processes 2024-07-22 21:16:02,836 Finished 4 from 16 processes 2024-07-22 21:16:07,840 Finished 4 from 16 processes 2024-07-22 21:16:12,844 Finished 4 from 16 processes 2024-07-22 21:16:17,848 Finished 4 from 16 processes 2024-07-22 21:16:22,854 Finished 4 from 16 processes 2024-07-22 21:16:27,856 Finished 4 from 16 processes 2024-07-22 21:16:32,860 Finished 4 from 16 processes 2024-07-22 21:16:37,864 Finished 4 from 16 processes 2024-07-22 21:16:42,868 Finished 4 from 16 processes 2024-07-22 21:16:47,874 Finished 4 from 16 processes 2024-07-22 21:16:52,876 Finished 4 from 16 processes 2024-07-22 21:16:57,880 Finished 4 from 16 processes 2024-07-22 21:17:02,884 Finished 4 from 16 processes 2024-07-22 21:17:07,888 Finished 4 from 16 processes 2024-07-22 21:17:12,893 Finished 4 from 16 processes 2024-07-22 21:17:17,896 Finished 4 from 16 processes 2024-07-22 21:17:22,900 Finished 4 from 16 processes 2024-07-22 21:17:27,904 Finished 4 from 16 processes 2024-07-22 21:17:32,906 Finished 4 from 16 processes 2024-07-22 21:17:37,908 Finished 4 from 16 processes 2024-07-22 21:17:42,912 Finished 4 from 16 processes 2024-07-22 21:17:47,916 Finished 4 from 16 processes 2024-07-22 21:17:52,921 Finished 4 from 16 processes 2024-07-22 21:17:57,923 Finished 4 from 16 processes 2024-07-22 21:18:02,927 Finished 4 from 16 processes 2024-07-22 21:18:07,929 Finished 4 from 16 processes 2024-07-22 21:18:12,932 Finished 4 from 16 processes 2024-07-22 21:18:17,936 Finished 4 from 16 processes 2024-07-22 21:18:22,940 Finished 4 from 16 processes 2024-07-22 21:18:27,944 Finished 4 from 16 processes 2024-07-22 21:18:32,948 Finished 4 from 16 processes 2024-07-22 21:18:37,952 Finished 4 from 16 processes 2024-07-22 21:18:42,956 Finished 4 from 16 processes 2024-07-22 21:18:47,960 Finished 4 from 16 processes 2024-07-22 21:18:52,964 Finished 4 from 16 processes 2024-07-22 21:18:57,969 Finished 5 from 16 processes 2024-07-22 21:19:02,972 Finished 5 from 16 processes 2024-07-22 21:19:07,976 Finished 5 from 16 processes 2024-07-22 21:19:12,980 Finished 5 from 16 processes 2024-07-22 21:19:17,984 Finished 5 from 16 processes 2024-07-22 21:19:22,989 Finished 5 from 16 processes 2024-07-22 21:19:27,992 Finished 5 from 16 processes 2024-07-22 21:19:32,996 Finished 5 from 16 processes 2024-07-22 21:19:38,000 Finished 5 from 16 processes 2024-07-22 21:19:43,004 Finished 5 from 16 processes 2024-07-22 21:19:48,008 Finished 5 from 16 processes 2024-07-22 21:19:53,012 Finished 5 from 16 processes 2024-07-22 21:19:58,016 Finished 5 from 16 processes 2024-07-22 21:20:03,020 Finished 5 from 16 processes 2024-07-22 21:20:08,024 Finished 5 from 16 processes 2024-07-22 21:20:13,028 Finished 5 from 16 processes 2024-07-22 21:20:18,032 Finished 5 from 16 processes 2024-07-22 21:20:23,038 Finished 5 from 16 processes 2024-07-22 21:20:28,040 Finished 5 from 16 processes 2024-07-22 21:20:33,044 Finished 5 from 16 processes 2024-07-22 21:20:38,048 Finished 5 from 16 processes 2024-07-22 21:20:43,052 Finished 5 from 16 processes 2024-07-22 21:20:48,056 Finished 5 from 16 processes 2024-07-22 21:20:53,060 Finished 5 from 16 processes 2024-07-22 21:20:58,064 Finished 5 from 16 processes 2024-07-22 21:21:03,069 Finished 5 from 16 processes 2024-07-22 21:21:08,072 Finished 5 from 16 processes 2024-07-22 21:21:13,076 Finished 5 from 16 processes 2024-07-22 21:21:18,080 Finished 5 from 16 processes 2024-07-22 21:21:23,084 Finished 5 from 16 processes 2024-07-22 21:21:28,088 Finished 6 from 16 processes 2024-07-22 21:21:33,092 Finished 6 from 16 processes 2024-07-22 21:21:38,096 Finished 6 from 16 processes 2024-07-22 21:21:43,101 Finished 6 from 16 processes 2024-07-22 21:21:48,104 Finished 6 from 16 processes 2024-07-22 21:21:53,108 Finished 6 from 16 processes 2024-07-22 21:21:58,112 Finished 6 from 16 processes 2024-07-22 21:22:03,116 Finished 6 from 16 processes 2024-07-22 21:22:08,120 Finished 6 from 16 processes 2024-07-22 21:22:13,124 Finished 6 from 16 processes 2024-07-22 21:22:18,128 Finished 6 from 16 processes 2024-07-22 21:22:23,132 Finished 6 from 16 processes 2024-07-22 21:22:28,136 Finished 6 from 16 processes 2024-07-22 21:22:33,140 Finished 6 from 16 processes 2024-07-22 21:22:38,144 Finished 6 from 16 processes 2024-07-22 21:22:43,148 Finished 6 from 16 processes 2024-07-22 21:22:48,152 Finished 6 from 16 processes 2024-07-22 21:22:53,156 Finished 6 from 16 processes 2024-07-22 21:22:58,160 Finished 6 from 16 processes 2024-07-22 21:23:03,166 Finished 6 from 16 processes 2024-07-22 21:23:08,168 Finished 6 from 16 processes 2024-07-22 21:23:13,172 Finished 6 from 16 processes 2024-07-22 21:23:18,176 Finished 6 from 16 processes 2024-07-22 21:23:23,182 Finished 6 from 16 processes 2024-07-22 21:23:28,184 Finished 6 from 16 processes 2024-07-22 21:23:33,188 Finished 6 from 16 processes 2024-07-22 21:23:38,192 Finished 6 from 16 processes 2024-07-22 21:23:43,196 Finished 6 from 16 processes 2024-07-22 21:23:48,200 Finished 6 from 16 processes 2024-07-22 21:23:53,204 Finished 6 from 16 processes 2024-07-22 21:23:58,208 Finished 7 from 16 processes 2024-07-22 21:24:03,212 Finished 7 from 16 processes 2024-07-22 21:24:08,216 Finished 7 from 16 processes 2024-07-22 21:24:13,220 Finished 10 from 16 processes 2024-07-22 21:24:18,224 Finished 11 from 16 processes 2024-07-22 21:24:23,225 Finished 13 from 16 processes 2024-07-22 21:24:28,228 Finished 14 from 16 processes 2024-07-22 21:24:33,231 Finished 14 from 16 processes 2024-07-22 21:24:38,236 Finished 14 from 16 processes 2024-07-22 21:24:43,240 Finished 15 from 16 processes 2024-07-22 21:24:48,244 Finished 15 from 16 processes 2024-07-22 21:24:53,248 Finished 15 from 16 processes 2024-07-22 21:24:58,254 Finished 15 from 16 processes 2024-07-22 21:25:03,256 Finished 15 from 16 processes 2024-07-22 21:25:08,260 Finished 15 from 16 processes 2024-07-22 21:25:13,265 Finished 15 from 16 processes 2024-07-22 21:25:18,270 Finished 15 from 16 processes 2024-07-22 21:25:23,272 Finished 15 from 16 processes 2024-07-22 21:25:28,276 Finished 15 from 16 processes 2024-07-22 21:25:33,280 Finished 15 from 16 processes 2024-07-22 21:25:38,284 Finished 15 from 16 processes 2024-07-22 21:25:43,288 Finished 15 from 16 processes 2024-07-22 21:25:48,292 Finished 15 from 16 processes 2024-07-22 21:25:53,296 Finished 15 from 16 processes 2024-07-22 21:25:58,298 Finished 15 from 16 processes 2024-07-22 21:26:03,300 Finished 15 from 16 processes 2024-07-22 21:26:08,304 Finished 15 from 16 processes 2024-07-22 21:26:13,308 Finished 15 from 16 processes 2024-07-22 21:26:18,312 Finished 15 from 16 processes 2024-07-22 21:26:23,318 Finished 15 from 16 processes 2024-07-22 21:26:28,320 Finished 15 from 16 processes 2024-07-22 21:26:33,323 Finished 15 from 16 processes 2024-07-22 21:26:38,328 Finished 15 from 16 processes 2024-07-22 21:26:43,332 Finished 15 from 16 processes 2024-07-22 21:26:48,334 Finished 15 from 16 processes 2024-07-22 21:26:53,336 Finished 15 from 16 processes 2024-07-22 21:26:58,337 Finished 15 from 16 processes 2024-07-22 21:27:03,342 Finished 15 from 16 processes 2024-07-22 21:27:08,348 Finished 15 from 16 processes 2024-07-22 21:27:13,352 Finished 15 from 16 processes 2024-07-22 21:27:18,356 Finished 15 from 16 processes 2024-07-22 21:27:23,357 Finished 15 from 16 processes 2024-07-22 21:27:28,360 Finished 15 from 16 processes 2024-07-22 21:27:33,364 Finished 15 from 16 processes 2024-07-22 21:27:38,370 Finished 15 from 16 processes 2024-07-22 21:27:43,372 Finished 15 from 16 processes 2024-07-22 21:27:48,378 Finished 15 from 16 processes 2024-07-22 21:27:53,380 Finished 15 from 16 processes 2024-07-22 21:27:58,386 Finished 15 from 16 processes 2024-07-22 21:28:03,388 Finished 15 from 16 processes 2024-07-22 21:28:08,392 Finished 15 from 16 processes 2024-07-22 21:28:13,396 Finished 15 from 16 processes 2024-07-22 21:28:18,400 Finished 15 from 16 processes 2024-07-22 21:28:23,406 Finished 15 from 16 processes 2024-07-22 21:28:28,407 Finished 15 from 16 processes 2024-07-22 21:28:33,408 Finished 15 from 16 processes 2024-07-22 21:28:38,412 Finished 15 from 16 processes 2024-07-22 21:28:43,416 Finished 15 from 16 processes 2024-07-22 21:28:48,420 Finished 15 from 16 processes 2024-07-22 21:28:53,425 Finished 15 from 16 processes 2024-07-22 21:28:58,428 Finished 15 from 16 processes 2024-07-22 21:29:03,432 Finished 15 from 16 processes 2024-07-22 21:29:08,437 Finished 15 from 16 processes 2024-07-22 21:29:13,440 Finished 15 from 16 processes 2024-07-22 21:29:18,444 Finished 15 from 16 processes 2024-07-22 21:29:23,445 Finished 15 from 16 processes 2024-07-22 21:29:28,448 Finished 15 from 16 processes 2024-07-22 21:29:33,452 Finished 15 from 16 processes 2024-07-22 21:29:38,456 Finished 15 from 16 processes 2024-07-22 21:29:43,460 Finished 15 from 16 processes 2024-07-22 21:29:48,464 Finished 15 from 16 processes 2024-07-22 21:29:53,470 Finished 15 from 16 processes 2024-07-22 21:29:58,472 Finished 15 from 16 processes 2024-07-22 21:30:03,475 Finished 15 from 16 processes 2024-07-22 21:30:08,477 Finished 15 from 16 processes 2024-07-22 21:30:13,482 Finished 15 from 16 processes 2024-07-22 21:30:18,484 Finished 15 from 16 processes 2024-07-22 21:30:23,488 Finished 15 from 16 processes 2024-07-22 21:30:28,492 Finished 15 from 16 processes 2024-07-22 21:30:33,496 Finished 15 from 16 processes 2024-07-22 21:30:38,500 Finished 15 from 16 processes 2024-07-22 21:30:43,506 Finished 15 from 16 processes 2024-07-22 21:30:48,508 Finished 15 from 16 processes 2024-07-22 21:30:53,512 Finished 15 from 16 processes 2024-07-22 21:30:58,515 Finished 15 from 16 processes 2024-07-22 21:31:03,520 Finished 15 from 16 processes 2024-07-22 21:31:08,526 Finished 15 from 16 processes 2024-07-22 21:31:13,531 Finished 15 from 16 processes 2024-07-22 21:31:18,536 Finished 15 from 16 processes 2024-07-22 21:31:23,539 Finished 15 from 16 processes 2024-07-22 21:31:28,544 Finished 15 from 16 processes 2024-07-22 21:31:33,548 Finished 15 from 16 processes 2024-07-22 21:31:38,554 Finished 15 from 16 processes 2024-07-22 21:31:43,556 Finished 15 from 16 processes 2024-07-22 21:31:48,562 Finished 15 from 16 processes 2024-07-22 21:31:53,567 Finished 15 from 16 processes 2024-07-22 21:31:58,571 Finished 15 from 16 processes 2024-07-22 21:32:03,572 Finished 15 from 16 processes 2024-07-22 21:32:08,576 Finished 15 from 16 processes 2024-07-22 21:32:13,581 Finished 15 from 16 processes 2024-07-22 21:32:18,584 Finished 15 from 16 processes 2024-07-22 21:32:23,590 Finished 15 from 16 processes 2024-07-22 21:32:28,595 Finished 15 from 16 processes 2024-07-22 21:32:33,600 Finished 15 from 16 processes 2024-07-22 21:32:38,604 Finished 15 from 16 processes 2024-07-22 21:32:43,608 Finished 15 from 16 processes 2024-07-22 21:32:48,614 Finished 15 from 16 processes 2024-07-22 21:32:53,619 Finished 15 from 16 processes 2024-07-22 21:32:58,624 Finished 15 from 16 processes 2024-07-22 21:33:03,630 Finished 15 from 16 processes 2024-07-22 21:33:08,630 Finished 15 from 16 processes 2024-07-22 21:33:13,632 Finished 15 from 16 processes 2024-07-22 21:33:18,636 Finished 15 from 16 processes 2024-07-22 21:33:23,640 Finished 15 from 16 processes 2024-07-22 21:33:28,646 All processes finished 2024-07-22 21:33:28,646 Compressing stress logs 2024-07-22 21:33:28,693 Logs compressed 2024-07-22 21:33:28,694 Will terminate gdb (if any) 2024-07-22 21:33:28,694 Running command: kill -TERM $(pidof gdb) 2024-07-22 21:33:28,705 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||: Quit 2024-07-22 21:33:29,723 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null' 2024-07-22 21:33:30,195 Running command: clickhouse client -q "SYSTEM STOP THREAD FUZZER" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:30,460 Running command: clickhouse client -q "SYSTEM START MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:30,675 Running command: clickhouse client -q "SYSTEM START DISTRIBUTED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:30,890 Running command: clickhouse client -q "SYSTEM START TTL MERGES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:31,105 Running command: clickhouse client -q "SYSTEM START MOVES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:31,371 Running command: clickhouse client -q "SYSTEM START FETCHES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:31,636 Running command: clickhouse client -q "SYSTEM START REPLICATED SENDS" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:31,851 Running command: clickhouse client -q "SYSTEM START REPLICATION QUEUES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:32,167 Running command: clickhouse client -q "SYSTEM DROP MARK CACHE" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:32,683 Running command: clickhouse client -q "KILL QUERY WHERE upper(query) LIKE 'WATCH %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:32,949 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'insert into tableB select %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:33,215 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT URL, uniq(SearchPhrase) AS u FROM test.hits GROUP BY URL ORDER BY u %'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 2024-07-22 21:33:33,481 Running command: clickhouse client -q "KILL QUERY WHERE query LIKE 'SELECT (SELECT number FROM system.numbers WHERE number = 1000000000000)%'" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0 --max_memory_usage_in_client=1000000000 Received exception from server (version 24.3.5): Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 15.86 GiB (attempt to allocate chunk of 0 bytes), maximum: 15.30 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: While executing AggregatingTransform. (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 SETTINGS function_sleep_max_microseconds_per_block = 0 ) 2024-07-22 21:33:35,022 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 2970 Located ClickHouse server process 2970 listening at TCP port 9000 Collecting stacktraces from all running threads with gdb: [New LWP 2971] [New LWP 2988] [New LWP 2989] [New LWP 2990] [New LWP 2991] [New LWP 2992] [New LWP 2993] [New LWP 2994] [New LWP 2995] [New LWP 3001] [New LWP 3002] [New LWP 3003] [New LWP 3004] [New LWP 3005] [New LWP 3006] [New LWP 3007] [New LWP 3008] [New LWP 3009] [New LWP 3010] [New LWP 3011] [New LWP 3012] [New LWP 3013] [New LWP 3019] [New LWP 3020] [New LWP 3021] [New LWP 3022] [New LWP 3023] [New LWP 3024] [New LWP 3025] [New LWP 3026] [New LWP 3027] [New LWP 3028] [New LWP 3029] [New LWP 3030] [New LWP 3031] [New LWP 3032] [New LWP 3033] [New LWP 3034] [New LWP 3035] [New LWP 3036] [New LWP 3037] [New LWP 3038] [New LWP 3039] [New LWP 3040] [New LWP 3041] [New LWP 3042] [New LWP 3043] [New LWP 3044] [New LWP 3045] [New LWP 3046] [New LWP 3047] [New LWP 3048] [New LWP 3049] [New LWP 3050] [New LWP 3051] [New LWP 3052] [New LWP 3053] [New LWP 3054] [New LWP 3065] [New LWP 3066] [New LWP 3067] [New LWP 3068] [New LWP 3069] [New LWP 3070] [New LWP 3071] [New LWP 3072] [New LWP 3073] [New LWP 3074] [New LWP 3075] [New LWP 3076] [New LWP 3077] [New LWP 3078] [New LWP 3079] [New LWP 3080] [New LWP 3081] [New LWP 3082] [New LWP 3083] [New LWP 3084] [New LWP 3085] [New LWP 3086] [New LWP 3087] [New LWP 3088] [New LWP 3089] [New LWP 3090] [New LWP 3091] [New LWP 3092] [New LWP 3093] [New LWP 3094] [New LWP 3095] [New LWP 3096] [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 3105] [New LWP 3106] [New LWP 3107] [New LWP 3108] [New LWP 3109] [New LWP 3110] [New LWP 3111] [New LWP 3112] [New LWP 3113] [New LWP 3114] [New LWP 3115] [New LWP 3116] [New LWP 3117] [New LWP 3118] [New LWP 3119] [New LWP 3120] [New LWP 3121] [New LWP 3122] [New LWP 3123] [New LWP 3124] [New LWP 3125] [New LWP 3126] [New LWP 3127] [New LWP 3128] [New LWP 3129] [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 3186] [New LWP 3187] [New LWP 3188] [New LWP 3189] [New LWP 3190] [New LWP 3191] [New LWP 3192] [New LWP 3193] [New LWP 3194] [New LWP 3195] [New LWP 3196] [New LWP 3197] [New LWP 3198] [New LWP 3199] [New LWP 3200] [New LWP 3201] [New LWP 3202] [New LWP 3203] [New LWP 3204] [New LWP 3205] [New LWP 3206] [New LWP 3207] [New LWP 3208] [New LWP 3209] [New LWP 3210] [New LWP 3211] [New LWP 3212] [New LWP 3213] [New LWP 3214] [New LWP 3215] [New LWP 3216] [New LWP 3217] [New LWP 3218] [New LWP 3219] [New LWP 3220] [New LWP 3221] [New LWP 3222] [New LWP 3223] [New LWP 3224] [New LWP 3225] [New LWP 3226] [New LWP 3227] [New LWP 3228] [New LWP 3229] [New LWP 3230] [New LWP 3231] [New LWP 3232] [New LWP 3233] [New LWP 3234] [New LWP 3235] [New LWP 3236] [New LWP 3237] [New LWP 3238] [New LWP 3239] [New LWP 3240] [New LWP 3241] [New LWP 3242] [New LWP 3243] [New LWP 3244] [New LWP 3245] [New LWP 3246] [New LWP 3247] [New LWP 3248] [New LWP 3249] [New LWP 3250] [New LWP 3251] [New LWP 3252] [New LWP 3254] [New LWP 3255] [New LWP 3256] [New LWP 3257] [New LWP 3258] [New LWP 3259] [New LWP 3260] [New LWP 3261] [New LWP 3262] [New LWP 3263] [New LWP 3264] [New LWP 3265] [New LWP 3266] [New LWP 3267] [New LWP 3268] [New LWP 3269] [New LWP 3270] [New LWP 3271] [New LWP 3272] [New LWP 3273] [New LWP 3274] [New LWP 3275] [New LWP 3276] [New LWP 3277] [New LWP 3278] [New LWP 3279] [New LWP 3280] [New LWP 3281] [New LWP 3282] [New LWP 3283] [New LWP 3284] [New LWP 3285] [New LWP 3286] [New LWP 3287] [New LWP 3288] [New LWP 3289] [New LWP 3290] [New LWP 3291] [New LWP 3292] [New LWP 3293] [New LWP 3294] [New LWP 3295] [New LWP 3296] [New LWP 3297] [New LWP 3298] [New LWP 3299] [New LWP 3300] [New LWP 3301] [New LWP 3302] [New LWP 3303] [New LWP 3304] [New LWP 3306] [New LWP 3307] [New LWP 3308] [New LWP 3309] [New LWP 3310] [New LWP 3311] [New LWP 3312] [New LWP 3313] [New LWP 3314] [New LWP 3315] [New LWP 3316] [New LWP 3318] [New LWP 3319] [New LWP 3320] [New LWP 3321] [New LWP 3322] [New LWP 3323] [New LWP 3324] [New LWP 3325] [New LWP 3326] [New LWP 3327] [New LWP 3328] [New LWP 3329] [New LWP 3330] [New LWP 3331] [New LWP 3332] [New LWP 3333] [New LWP 3335] [New LWP 3336] [New LWP 3337] [New LWP 3338] [New LWP 3339] [New LWP 3340] [New LWP 3341] [New LWP 3342] [New LWP 3343] [New LWP 3344] [New LWP 3345] [New LWP 3346] [New LWP 3347] [New LWP 3348] [New LWP 3349] [New LWP 3350] [New LWP 3351] [New LWP 3352] [New LWP 3353] [New LWP 3354] [New LWP 3355] [New LWP 3356] [New LWP 3357] [New LWP 3358] [New LWP 3359] [New LWP 3360] [New LWP 3361] [New LWP 3362] [New LWP 3364] [New LWP 3365] [New LWP 3366] [New LWP 3367] [New LWP 3368] [New LWP 3369] [New LWP 3370] [New LWP 3371] [New LWP 3372] [New LWP 3373] [New LWP 3374] [New LWP 3375] [New LWP 3376] [New LWP 3377] [New LWP 3378] [New LWP 3379] [New LWP 3380] [New LWP 3381] [New LWP 3382] [New LWP 3383] [New LWP 3384] [New LWP 3385] [New LWP 3386] [New LWP 3387] [New LWP 3388] [New LWP 3389] [New LWP 3390] [New LWP 3391] [New LWP 3392] [New LWP 3393] [New LWP 3394] [New LWP 3395] [New LWP 3396] [New LWP 3397] [New LWP 3398] [New LWP 3399] [New LWP 3400] [New LWP 3401] [New LWP 3402] [New LWP 3403] [New LWP 3404] [New LWP 3405] [New LWP 3406] [New LWP 3407] [New LWP 3408] [New LWP 3409] [New LWP 3410] [New LWP 3411] [New LWP 3412] [New LWP 3413] [New LWP 3414] [New LWP 3415] [New LWP 3416] [New LWP 3417] [New LWP 3418] [New LWP 3419] [New LWP 3420] [New LWP 3421] [New LWP 3422] [New LWP 3423] [New LWP 3424] [New LWP 3425] [New LWP 3426] [New LWP 3427] [New LWP 3428] [New LWP 3429] [New LWP 3430] [New LWP 3431] [New LWP 3432] [New LWP 3433] [New LWP 3434] [New LWP 3435] [New LWP 3436] [New LWP 3437] [New LWP 3438] [New LWP 3439] [New LWP 3440] [New LWP 3441] [New LWP 3442] [New LWP 3443] [New LWP 3444] [New LWP 3445] [New LWP 3446] [New LWP 3447] [New LWP 3448] [New LWP 3449] [New LWP 3450] [New LWP 3451] [New LWP 3452] [New LWP 3453] [New LWP 3454] [New LWP 3455] [New LWP 3456] [New LWP 3457] [New LWP 3458] [New LWP 3459] [New LWP 3460] [New LWP 3461] [New LWP 3462] [New LWP 3463] [New LWP 3464] [New LWP 3465] [New LWP 3466] [New LWP 3467] [New LWP 3468] [New LWP 3469] [New LWP 3470] [New LWP 3471] [New LWP 3472] [New LWP 3473] [New LWP 3474] [New LWP 3475] [New LWP 3476] [New LWP 3477] [New LWP 3478] [New LWP 3479] [New LWP 3480] [New LWP 3481] [New LWP 3482] [New LWP 3483] [New LWP 3484] [New LWP 3485] [New LWP 3486] [New LWP 3487] [New LWP 3488] [New LWP 3489] [New LWP 3490] [New LWP 3491] [New LWP 3492] [New LWP 3493] [New LWP 3494] [New LWP 3495] [New LWP 3496] [New LWP 3497] [New LWP 3498] [New LWP 3499] [New LWP 3500] [New LWP 3501] [New LWP 3502] [New LWP 3503] [New LWP 3504] [New LWP 3505] [New LWP 3506] [New LWP 3507] [New LWP 3508] [New LWP 3509] [New LWP 3510] [New LWP 3511] [New LWP 3512] [New LWP 3513] [New LWP 3514] [New LWP 3515] [New LWP 3516] [New LWP 3517] [New LWP 3518] [New LWP 3519] [New LWP 3520] [New LWP 3521] [New LWP 3522] [New LWP 3523] [New LWP 3524] [New LWP 3525] [New LWP 3526] [New LWP 3527] [New LWP 3528] [New LWP 3529] [New LWP 3530] [New LWP 3531] [New LWP 3532] [New LWP 3533] [New LWP 3534] [New LWP 3535] [New LWP 3536] [New LWP 3537] [New LWP 3538] [New LWP 3539] [New LWP 3540] [New LWP 3541] [New LWP 3542] [New LWP 3543] [New LWP 3544] [New LWP 3545] [New LWP 3546] [New LWP 3547] [New LWP 3548] [New LWP 3549] [New LWP 3550] [New LWP 3551] [New LWP 3552] [New LWP 3553] [New LWP 3554] [New LWP 3555] [New LWP 3556] [New LWP 3557] [New LWP 3558] [New LWP 3559] [New LWP 3560] [New LWP 3561] [New LWP 3562] [New LWP 3563] [New LWP 3564] [New LWP 3565] [New LWP 3566] [New LWP 3567] [New LWP 3568] [New LWP 3569] [New LWP 3570] [New LWP 3571] [New LWP 3572] [New LWP 3573] [New LWP 3574] [New LWP 3575] [New LWP 3576] [New LWP 3577] [New LWP 3578] [New LWP 3579] [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 3588] [New LWP 3589] [New LWP 3590] [New LWP 3591] [New LWP 3592] [New LWP 3593] [New LWP 3594] [New LWP 3595] [New LWP 3596] [New LWP 3597] [New LWP 3598] [New LWP 3599] [New LWP 3600] [New LWP 3601] [New LWP 3602] [New LWP 3603] [New LWP 3604] [New LWP 3605] [New LWP 3606] [New LWP 3607] [New LWP 3608] [New LWP 3609] [New LWP 3610] [New LWP 3611] [New LWP 3612] [New LWP 3613] [New LWP 3614] [New LWP 3615] [New LWP 3616] [New LWP 3617] [New LWP 3618] [New LWP 3619] [New LWP 3620] [New LWP 3621] [New LWP 3622] [New LWP 3623] [New LWP 3624] [New LWP 3625] [New LWP 3626] [New LWP 3627] [New LWP 3628] [New LWP 3629] [New LWP 3630] [New LWP 3631] [New LWP 3632] [New LWP 3633] [New LWP 3649] [New LWP 3650] [New LWP 3651] [New LWP 3652] [New LWP 3653] [New LWP 3654] [New LWP 3655] [New LWP 3656] [New LWP 3657] [New LWP 3658] [New LWP 3659] [New LWP 3660] [New LWP 3661] [New LWP 3662] [New LWP 3663] [New LWP 3664] [New LWP 3665] [New LWP 3666] [New LWP 3667] [New LWP 3668] [New LWP 3669] [New LWP 3670] [New LWP 3671] [New LWP 3672] [New LWP 3673] [New LWP 3674] [New LWP 3685] [New LWP 3686] [New LWP 3687] [New LWP 3688] [New LWP 3694] [New LWP 3695] [New LWP 3696] [New LWP 3697] [New LWP 3698] [New LWP 3699] [New LWP 3700] [New LWP 3701] [New LWP 3702] [New LWP 3703] [New LWP 3704] [New LWP 3705] [New LWP 3706] [New LWP 3707] [New LWP 3708] [New LWP 3709] [New LWP 3710] [New LWP 3711] [New LWP 3712] [New LWP 3713] [New LWP 3714] [New LWP 3715] [New LWP 3716] [New LWP 3717] [New LWP 3718] [New LWP 3719] [New LWP 3720] [New LWP 3721] [New LWP 3722] [New LWP 3723] [New LWP 3724] [New LWP 3725] [New LWP 3726] [New LWP 3727] [New LWP 3728] [New LWP 3729] [New LWP 3730] [New LWP 3731] [New LWP 3732] [New LWP 3733] [New LWP 3734] [New LWP 3735] [New LWP 3736] [New LWP 3737] [New LWP 3738] [New LWP 3739] [New LWP 3740] [New LWP 3741] [New LWP 3742] [New LWP 3743] [New LWP 3744] [New LWP 3745] [New LWP 3746] [New LWP 3747] [New LWP 3748] [New LWP 3749] [New LWP 3750] [New LWP 3751] [New LWP 3752] [New LWP 3753] [New LWP 3754] [New LWP 3755] [New LWP 3756] [New LWP 3757] [New LWP 3758] [New LWP 3759] [New LWP 3760] [New LWP 3761] [New LWP 3762] [New LWP 3763] [New LWP 3764] [New LWP 3765] [New LWP 3766] [New LWP 3767] [New LWP 3768] [New LWP 3769] [New LWP 3770] [New LWP 3776] [New LWP 3777] [New LWP 3778] [New LWP 3779] [New LWP 3780] [New LWP 3781] [New LWP 3782] [New LWP 3783] [New LWP 3784] [New LWP 3790] [New LWP 3791] [New LWP 3792] [New LWP 3794] [New LWP 3795] [New LWP 3796] [New LWP 3805] [New LWP 3806] [New LWP 3807] [New LWP 3809] [New LWP 3810] [New LWP 3811] [New LWP 3812] [New LWP 3813] [New LWP 3814] [New LWP 3815] [New LWP 3816] [New LWP 3817] [New LWP 3818] [New LWP 3819] [New LWP 3820] [New LWP 3821] [New LWP 3822] [New LWP 3823] [New LWP 3824] [New LWP 3825] [New LWP 3826] [New LWP 3827] [New LWP 3828] [New LWP 3829] [New LWP 3830] [New LWP 3831] [New LWP 3847] [New LWP 3848] [New LWP 3850] [New LWP 3851] [New LWP 3852] [New LWP 3853] [New LWP 3854] [New LWP 3855] [New LWP 3856] [New LWP 3857] [New LWP 3858] [New LWP 3859] [New LWP 3860] [New LWP 3861] [New LWP 3862] [New LWP 3863] [New LWP 3864] [New LWP 3865] [New LWP 3866] [New LWP 3867] [New LWP 3868] [New LWP 3869] [New LWP 3870] [New LWP 3871] [New LWP 3872] [New LWP 3873] [New LWP 3874] [New LWP 3875] [New LWP 3876] [New LWP 3877] [New LWP 3878] [New LWP 3879] [New LWP 3880] [New LWP 3881] [New LWP 3882] [New LWP 3883] [New LWP 3884] [New LWP 3885] [New LWP 3886] [New LWP 3887] [New LWP 3888] [New LWP 3889] [New LWP 3890] [New LWP 3891] [New LWP 3892] [New LWP 3893] [New LWP 3894] [New LWP 3895] [New LWP 3897] [New LWP 3929] [New LWP 3930] [New LWP 3931] [New LWP 3933] [New LWP 3934] [New LWP 3935] [New LWP 3937] [New LWP 3938] [New LWP 3939] [New LWP 3940] [New LWP 3941] [New LWP 3942] [New LWP 3946] [New LWP 3957] [New LWP 4011] [New LWP 4086] [New LWP 4087] [New LWP 4090] [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 4160] [New LWP 4161] [New LWP 4162] [New LWP 4164] [New LWP 4165] [New LWP 4168] [New LWP 4171] [New LWP 4172] [New LWP 4174] [New LWP 4176] [New LWP 4177] [New LWP 4178] [New LWP 4179] [New LWP 4180] [New LWP 4181] [New LWP 4182] [New LWP 4201] [New LWP 4294] [New LWP 4295] [New LWP 4296] [New LWP 4297] [New LWP 4298] [New LWP 4299] [New LWP 4300] [New LWP 4302] [New LWP 4312] [New LWP 4313] [New LWP 4315] [New LWP 4316] [New LWP 4319] [New LWP 4320] [New LWP 4334] [New LWP 4335] [New LWP 4336] [New LWP 4337] [New LWP 4338] [New LWP 4339] [New LWP 4340] [New LWP 4341] [New LWP 4342] [New LWP 4343] [New LWP 4346] [New LWP 4347] [New LWP 4348] [New LWP 4349] [New LWP 4350] [New LWP 4351] [New LWP 4352] [New LWP 4353] [New LWP 4354] [New LWP 4355] [New LWP 4356] [New LWP 4357] [New LWP 4358] [New LWP 4359] [New LWP 4360] [New LWP 4361] [New LWP 4362] [New LWP 4363] [New LWP 4367] [New LWP 4376] [New LWP 4377] [New LWP 4378] [New LWP 4391] [New LWP 4392] [New LWP 4393] [New LWP 4394] [New LWP 4395] [New LWP 4396] [New LWP 4397] [New LWP 4398] [New LWP 4399] [New LWP 4400] [New LWP 4401] [New LWP 4402] [New LWP 4409] [New LWP 4413] [New LWP 4440] [New LWP 4441] [New LWP 4442] [New LWP 4443] [New LWP 4458] [New LWP 4476] [New LWP 4477] [New LWP 4478] [New LWP 4479] [New LWP 4480] [New LWP 4481] [New LWP 4482] [New LWP 4483] [New LWP 4484] [New LWP 4485] [New LWP 4486] [New LWP 4487] [New LWP 4488] [New LWP 4489] [New LWP 4492] [New LWP 4493] [New LWP 4494] [New LWP 4495] [New LWP 4496] [New LWP 4497] [New LWP 4498] [New LWP 4499] [New LWP 4500] [New LWP 4501] [New LWP 4502] [New LWP 4503] [New LWP 4504] [New LWP 4505] [New LWP 4506] [New LWP 4507] [New LWP 4508] [New LWP 4509] [New LWP 4511] [New LWP 4512] [New LWP 4513] [New LWP 4514] [New LWP 4515] [New LWP 4516] [New LWP 4517] [New LWP 4518] [New LWP 4519] [New LWP 4522] [New LWP 4523] [New LWP 4524] [New LWP 4525] [New LWP 4526] [New LWP 4527] [New LWP 4528] [New LWP 4529] [New LWP 4530] [New LWP 4531] [New LWP 4532] [New LWP 4533] [New LWP 4534] [New LWP 4535] [New LWP 4536] [New LWP 4537] [New LWP 4538] [New LWP 4539] [New LWP 4540] [New LWP 4541] [New LWP 4542] [New LWP 4543] [New LWP 4544] [New LWP 4545] [New LWP 4546] [New LWP 4547] [New LWP 4548] [New LWP 4549] [New LWP 4550] [New LWP 4551] [New LWP 4552] [New LWP 4553] [New LWP 4554] [New LWP 4555] [New LWP 4556] [New LWP 4557] [New LWP 4558] [New LWP 4559] [New LWP 4560] [New LWP 4561] [New LWP 4562] [New LWP 4563] [New LWP 4564] [New LWP 4566] [New LWP 4567] [New LWP 4568] [New LWP 4569] [New LWP 4570] [New LWP 4571] [New LWP 4572] [New LWP 4573] [New LWP 4574] [New LWP 4575] [New LWP 4576] [New LWP 4577] [New LWP 4578] [New LWP 4579] [New LWP 4580] [New LWP 4581] [New LWP 4582] [New LWP 4583] [New LWP 4584] [New LWP 4585] [New LWP 4586] [New LWP 4587] [New LWP 4588] [New LWP 4589] [New LWP 4590] [New LWP 4591] [New LWP 4592] [New LWP 4593] [New LWP 4594] [New LWP 4595] [New LWP 4596] [New LWP 4597] [New LWP 4598] [New LWP 4601] [New LWP 4602] [New LWP 4603] [New LWP 4604] [New LWP 4605] [New LWP 4606] [New LWP 4607] [New LWP 4608] [New LWP 4609] [New LWP 4610] [New LWP 4611] [New LWP 4612] [New LWP 4613] [New LWP 4614] [New LWP 4615] [New LWP 4617] [New LWP 4618] [New LWP 4619] [New LWP 4620] [New LWP 4621] [New LWP 4622] [New LWP 4623] [New LWP 4624] [New LWP 4651] [New LWP 4652] [New LWP 4653] [New LWP 4654] [New LWP 4655] [New LWP 4656] [New LWP 4661] [New LWP 4666] [New LWP 4667] [New LWP 4671] [New LWP 4672] [New LWP 4872] [New LWP 4879] [New LWP 4880] [New LWP 4881] [New LWP 4882] [New LWP 4883] [New LWP 4884] [New LWP 4885] [New LWP 4886] [New LWP 4887] [New LWP 4888] [New LWP 4889] [New LWP 4890] [New LWP 4891] [New LWP 4892] [New LWP 4893] [New LWP 4894] [New LWP 4895] [New LWP 4896] [New LWP 4897] [New LWP 4898] [New LWP 4899] [New LWP 4900] [New LWP 4901] [New LWP 4902] [New LWP 4903] [New LWP 4904] [New LWP 4905] [New LWP 4906] [New LWP 4907] [New LWP 4908] [New LWP 4909] [New LWP 4910] [New LWP 4911] [New LWP 4912] [New LWP 4914] [New LWP 4915] [New LWP 4916] [New LWP 4917] [New LWP 4918] [New LWP 4919] [New LWP 4920] [New LWP 4921] [New LWP 4922] [New LWP 4923] [New LWP 4924] [New LWP 4925] [New LWP 4928] [New LWP 4929] [New LWP 4930] [New LWP 4931] [New LWP 4932] [New LWP 4933] [New LWP 4934] [New LWP 4935] [New LWP 4936] [New LWP 4937] [New LWP 4938] [New LWP 4939] [New LWP 4940] [New LWP 4941] [New LWP 4942] [New LWP 4943] [New LWP 4945] [New LWP 4946] [New LWP 4947] [New LWP 4948] [New LWP 4949] [New LWP 4950] [New LWP 4951] [New LWP 4952] [New LWP 4953] [New LWP 4954] [New LWP 4955] [New LWP 4956] [New LWP 4957] [New LWP 4958] [New LWP 4959] [New LWP 4960] [New LWP 4961] [New LWP 4962] [New LWP 4963] [New LWP 4964] [New LWP 4965] [New LWP 4966] [New LWP 4967] [New LWP 4968] [New LWP 4969] [New LWP 4970] [New LWP 4971] [New LWP 4973] [New LWP 4974] [New LWP 4975] [New LWP 4976] [New LWP 4977] [New LWP 4978] [New LWP 4986] [New LWP 5190] [New LWP 5191] [New LWP 5192] [New LWP 5193] [New LWP 5194] [New LWP 5195] [New LWP 5197] [New LWP 5203] [New LWP 5204] [New LWP 5205] [New LWP 5207] [New LWP 5208] [New LWP 5209] [New LWP 5210] [New LWP 5211] [New LWP 5212] [New LWP 5213] [New LWP 5214] [New LWP 5215] [New LWP 5216] [New LWP 5217] [New LWP 5218] [New LWP 5219] [New LWP 5220] [New LWP 5221] [New LWP 5222] [New LWP 5223] [New LWP 5224] [New LWP 5226] [New LWP 5227] [New LWP 5228] [New LWP 5229] [New LWP 5230] [New LWP 5231] [New LWP 5232] [New LWP 5233] [New LWP 5234] [New LWP 5235] [New LWP 5236] [New LWP 5237] [New LWP 5238] [New LWP 5239] [New LWP 5240] [New LWP 5268] [New LWP 5510] [New LWP 5546] [New LWP 5547] [New LWP 5548] [New LWP 5550] [New LWP 5551] [New LWP 5552] [New LWP 5553] [New LWP 5554] [New LWP 5555] [New LWP 5556] [New LWP 5557] [New LWP 5558] [New LWP 5559] [New LWP 5560] [New LWP 5561] [New LWP 5562] [New LWP 5563] [New LWP 5582] [New LWP 5583] [New LWP 5584] [New LWP 5585] [New LWP 5586] [New LWP 5587] [New LWP 5588] [New LWP 5589] [New LWP 5590] [New LWP 5591] [New LWP 5592] [New LWP 5593] [New LWP 5594] [New LWP 5595] [New LWP 5596] [New LWP 5597] [New LWP 5598] [New LWP 5599] [New LWP 5600] [New LWP 5601] [New LWP 5602] [New LWP 5603] [New LWP 5604] [New LWP 5605] [New LWP 5606] [New LWP 5607] [New LWP 5608] [New LWP 5609] [New LWP 5610] [New LWP 5611] [New LWP 5612] [New LWP 5613] [New LWP 5614] [New LWP 5615] [New LWP 5616] [New LWP 5617] [New LWP 5634] [New LWP 7181] [New LWP 7198] [New LWP 7201] [New LWP 7204] [New LWP 7205] [New LWP 7206] [New LWP 7207] [New LWP 7209] [New LWP 7212] [New LWP 7213] [New LWP 7214] [New LWP 7215] [New LWP 7216] [New LWP 7217] [New LWP 7218] [New LWP 7219] [New LWP 7220] [New LWP 7222] [New LWP 7223] [New LWP 7224] [New LWP 7225] [New LWP 7226] [New LWP 7227] [New LWP 7228] [New LWP 7229] [New LWP 7230] [New LWP 7231] [New LWP 7232] [New LWP 7233] [New LWP 7234] [New LWP 7235] [New LWP 7236] [New LWP 7237] [New LWP 7238] [New LWP 7239] [New LWP 7240] [New LWP 7241] [New LWP 7247] [New LWP 7248] [New LWP 7249] [New LWP 7250] [New LWP 7251] [New LWP 7252] [New LWP 7253] [New LWP 7254] [New LWP 7255] [New LWP 7256] [New LWP 7257] [New LWP 7258] [New LWP 7261] [New LWP 7262] [New LWP 7263] [New LWP 7264] [New LWP 7270] [New LWP 7271] [New LWP 7335] [New LWP 7336] [New LWP 7337] [New LWP 7338] [New LWP 7516] [New LWP 7517] [New LWP 7518] [New LWP 7519] [New LWP 7745] [New LWP 7746] [New LWP 7747] [New LWP 7748] [New LWP 7749] [New LWP 7750] [New LWP 7751] [New LWP 7752] [New LWP 7753] [New LWP 7754] [New LWP 7755] [New LWP 7756] [New LWP 7757] [New LWP 7758] [New LWP 7759] [New LWP 7760] [New LWP 7761] [New LWP 7762] [New LWP 7763] [New LWP 7764] [New LWP 7765] [New LWP 7981] [New LWP 7982] [New LWP 7983] [New LWP 7984] [New LWP 8010] [New LWP 8011] [New LWP 8012] [New LWP 8013] [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 8251] [New LWP 8253] [New LWP 8255] [New LWP 8256] [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 8305] [New LWP 8306] [New LWP 8307] [New LWP 8308] [New LWP 8309] [New LWP 8310] [New LWP 8311] [New LWP 8312] [New LWP 8313] [New LWP 8314] [New LWP 8315] [New LWP 8316] [New LWP 8317] [New LWP 8318] [New LWP 8319] [New LWP 8320] [New LWP 8321] [New LWP 8322] [New LWP 8323] [New LWP 8324] [New LWP 8325] [New LWP 8326] [New LWP 8327] [New LWP 8328] [New LWP 8329] [New LWP 8330] [New LWP 8331] [New LWP 8332] [New LWP 8333] [New LWP 8334] [New LWP 8335] [New LWP 10483] [New LWP 14016] [New LWP 14197] [New LWP 16953] [New LWP 17186] [New LWP 17208] [New LWP 17328] [New LWP 17721] [New LWP 17727] [New LWP 17729] [New LWP 18008] [New LWP 18010] [New LWP 18011] [New LWP 21798] [New LWP 21799] [New LWP 26097] [New LWP 26100] [New LWP 26101] [New LWP 26102] [New LWP 26103] [New LWP 26104] [New LWP 26105] [New LWP 26107] [New LWP 26108] [New LWP 26109] [New LWP 26110] [New LWP 26111] [New LWP 26112] [New LWP 26113] [New LWP 26114] [New LWP 26115] [New LWP 26116] [New LWP 26117] [New LWP 26118] [New LWP 26121] [New LWP 26122] [New LWP 26123] [New LWP 26124] [New LWP 26125] [New LWP 26126] [New LWP 26127] [New LWP 26128] [New LWP 26129] [New LWP 26130] [New LWP 26131] [New LWP 26132] [New LWP 26134] [New LWP 26135] [New LWP 26137] [New LWP 26138] [New LWP 26139] [New LWP 26140] [New LWP 26148] [New LWP 26160] [New LWP 26163] [New LWP 26167] [New LWP 26174] [New LWP 26175] [New LWP 26176] [New LWP 26177] [New LWP 26178] [New LWP 26179] [New LWP 26180] [New LWP 26181] [New LWP 26182] [New LWP 26183] [New LWP 26184] [New LWP 26185] [New LWP 26186] [New LWP 26187] [New LWP 26188] [New LWP 26189] [New LWP 26205] [New LWP 26206] [New LWP 26207] [New LWP 26208] [New LWP 26209] [New LWP 26210] [New LWP 26211] [New LWP 26212] [New LWP 26213] [New LWP 26214] [New LWP 26215] [New LWP 26216] [New LWP 26217] [New LWP 26218] [New LWP 26219] [New LWP 26220] [New LWP 26221] [New LWP 26222] [New LWP 26223] [New LWP 26224] [New LWP 26225] [New LWP 26226] [New LWP 26227] [New LWP 26228] [New LWP 26229] [New LWP 26230] [New LWP 26231] [New LWP 26232] [New LWP 26233] [New LWP 26234] [New LWP 26235] [New LWP 26236] [New LWP 26237] [New LWP 26238] [New LWP 26239] [New LWP 26240] [New LWP 26241] [New LWP 26242] [New LWP 26243] [New LWP 26244] [New LWP 26245] [New LWP 26246] [New LWP 26254] [New LWP 26255] [New LWP 26256] [New LWP 26257] [New LWP 26258] [New LWP 26259] [New LWP 26260] [New LWP 26261] [New LWP 26262] [New LWP 26921] [New LWP 28954] [New LWP 28955] [New LWP 28956] [New LWP 28957] [New LWP 28958] [New LWP 28959] [New LWP 28960] [New LWP 28961] [New LWP 28962] [New LWP 28963] [New LWP 28964] [New LWP 28965] [New LWP 28966] [New LWP 28967] [New LWP 28968] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1573 (Thread 0x7f4507c9f640 (LWP 28968) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002407688) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002407688) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1572 (Thread 0x7f4514508640 (LWP 28967) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516004038188) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516004038188) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1571 (Thread 0x7f4521d09640 (LWP 28966) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002407988) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002407988) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1570 (Thread 0x7f4625da6640 (LWP 28965) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516004038488) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516004038488) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1569 (Thread 0x7f4669a0c640 (LWP 28964) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x5160014dbe88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x5160014dbe88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1568 (Thread 0x7f4842e79640 (LWP 28963) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x51600472d888) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x51600472d888) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1567 (Thread 0x7f487435b640 (LWP 28962) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x51600472db88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x51600472db88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1566 (Thread 0x7f4878fea640 (LWP 28961) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516003918a88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516003918a88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1565 (Thread 0x7f487c406640 (LWP 28960) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x5160028fde88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x5160028fde88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1564 (Thread 0x7f487cd9c640 (LWP 28959) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516003a37e88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516003a37e88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1563 (Thread 0x7f4882014640 (LWP 28958) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516000f80888) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516000f80888) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1562 (Thread 0x7f489984a640 (LWP 28957) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516000b4f788) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516000b4f788) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1561 (Thread 0x7f445179f640 (LWP 28956) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x5160004cde88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x5160004cde88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1560 (Thread 0x7f44bf5ef640 (LWP 28955) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002950088) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002950088) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1559 (Thread 0x7f4c81fda640 (LWP 28954) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516002950c88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516002950c88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1558 (Thread 0x7f44dd1f0640 (LWP 26921) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504003a21490, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504003a21490, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b00116ef80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b00116ef80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f44ccefe460) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1557 (Thread 0x7f43f621a640 (LWP 26262) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1556 (Thread 0x7f43f7524640 (LWP 26261) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1555 (Thread 0x7f43f7d25640 (LWP 26260) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1554 (Thread 0x7f443764b640 (LWP 26259) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1553 (Thread 0x7f44380c6640 (LWP 26258) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1552 (Thread 0x7f43fa641640 (LWP 26257) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1551 (Thread 0x7f43fbd4d640 (LWP 26256) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1550 (Thread 0x7f43fdb60640 (LWP 26255) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1549 (Thread 0x7f43fe361640 (LWP 26254) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1548 (Thread 0x7f4401691640 (LWP 26246) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1547 (Thread 0x7f4401e92640 (LWP 26245) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1546 (Thread 0x7f440319c640 (LWP 26244) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1545 (Thread 0x7f44044a6640 (LWP 26243) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1544 (Thread 0x7f4404ca7640 (LWP 26242) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1543 (Thread 0x7f4405fb1640 (LWP 26241) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1542 (Thread 0x7f4407dc4640 (LWP 26240) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1541 (Thread 0x7f44090ce640 (LWP 26239) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1540 (Thread 0x7f440afdc640 (LWP 26238) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1539 (Thread 0x7f440cdef640 (LWP 26237) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1538 (Thread 0x7f440e0f9640 (LWP 26236) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1537 (Thread 0x7f440e8fa640 (LWP 26235) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1536 (Thread 0x7f440fc04640 (LWP 26234) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1535 (Thread 0x7f4410f0e640 (LWP 26233) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1534 (Thread 0x7f4412d21640 (LWP 26232) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1533 (Thread 0x7f441402b640 (LWP 26231) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1532 (Thread 0x7f441482c640 (LWP 26230) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1531 (Thread 0x7f441502d640 (LWP 26229) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1530 (Thread 0x7f441814b640 (LWP 26228) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1529 (Thread 0x7f441894c640 (LWP 26227) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1528 (Thread 0x7f4419c56640 (LWP 26226) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1527 (Thread 0x7f4434438640 (LWP 26225) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1526 (Thread 0x7f4434c39640 (LWP 26224) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1525 (Thread 0x7f441c572640 (LWP 26223) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1524 (Thread 0x7f441d87c640 (LWP 26222) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1523 (Thread 0x7f441e07d640 (LWP 26221) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1522 (Thread 0x7f441f387640 (LWP 26220) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1521 (Thread 0x7f442119a640 (LWP 26219) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1520 (Thread 0x7f442199b640 (LWP 26218) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1519 (Thread 0x7f4422ca5640 (LWP 26217) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1518 (Thread 0x7f4423faf640 (LWP 26216) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1517 (Thread 0x7f44252b9640 (LWP 26215) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1516 (Thread 0x7f44265c3640 (LWP 26214) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1515 (Thread 0x7f44283d6640 (LWP 26213) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1514 (Thread 0x7f44296e0640 (LWP 26212) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1513 (Thread 0x7f442a9ea640 (LWP 26211) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1512 (Thread 0x7f442b1eb640 (LWP 26210) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1511 (Thread 0x7f4436245640 (LWP 26209) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1510 (Thread 0x7f442e610640 (LWP 26208) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1509 (Thread 0x7f442ee11640 (LWP 26207) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1508 (Thread 0x7f4431828640 (LWP 26206) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1507 (Thread 0x7f4432029640 (LWP 26205) "ZooKeeperRecv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x50400045ff10, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x50400045ff10, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ebaf7e76 in Coordination::ZooKeeper::receiveThread (this=0x51c0036e0080) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:768 #7 0x00005600ebb0b57b in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1::operator()() const (this=) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:398 #8 std::__1::__invoke[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 std::__1::__apply_tuple_impl[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #10 std::__1::apply[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}::operator()() (this=0x50300032c4a0) at ./src/Common/ThreadPool.h:223 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300032c4a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f442fe1f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7f442fe1f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #19 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00005600c2472a5b in asan_thread_start(void*) () #24 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #25 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1506 (Thread 0x7f4447c46640 (LWP 26189) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1505 (Thread 0x7f44545b4640 (LWP 26188) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1504 (Thread 0x7f4456f25640 (LWP 26187) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1503 (Thread 0x7f445822f640 (LWP 26186) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1502 (Thread 0x7f4459539640 (LWP 26185) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1501 (Thread 0x7f445b34c640 (LWP 26184) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1500 (Thread 0x7f445bb4d640 (LWP 26183) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1499 (Thread 0x7f445ce57640 (LWP 26182) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1498 (Thread 0x7f44753a5640 (LWP 26181) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1497 (Thread 0x7f445f773640 (LWP 26180) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1496 (Thread 0x7f4460a7d640 (LWP 26179) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1495 (Thread 0x7f4461d87640 (LWP 26178) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1494 (Thread 0x7f4463091640 (LWP 26177) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1493 (Thread 0x7f4463892640 (LWP 26176) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1492 (Thread 0x7f4464b9c640 (LWP 26175) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1491 (Thread 0x7f446642b640 (LWP 26174) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1490 (Thread 0x7f4466c2c640 (LWP 26167) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1489 (Thread 0x7f447dcee640 (LWP 26163) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1488 (Thread 0x7f44acee3640 (LWP 26160) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1487 (Thread 0x7f44ab95a640 (LWP 26148) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1486 (Thread 0x7f446f37a640 (LWP 26140) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1485 (Thread 0x7f4470684640 (LWP 26139) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1484 (Thread 0x7f447198e640 (LWP 26138) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1483 (Thread 0x7f4472c98640 (LWP 26137) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1482 (Thread 0x7f4473499640 (LWP 26135) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1481 (Thread 0x7f44747a3640 (LWP 26134) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1480 (Thread 0x7f4476ab1640 (LWP 26132) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1479 (Thread 0x7f44788c4640 (LWP 26131) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1478 (Thread 0x7f447a6d7640 (LWP 26130) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1477 (Thread 0x7f447b9e1640 (LWP 26129) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1476 (Thread 0x7f447c1e2640 (LWP 26128) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f447aae1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f447aae1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1475 (Thread 0x7f447d4ec640 (LWP 26127) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1474 (Thread 0x7f447eff8640 (LWP 26126) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f447c5ec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f447c5ec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1473 (Thread 0x7f4480e0b640 (LWP 26125) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1472 (Thread 0x7f4482c1e640 (LWP 26124) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f447e0f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f447e0f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1471 (Thread 0x7f448599c640 (LWP 26123) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4481215060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4481215060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1470 (Thread 0x7f4486ca6640 (LWP 26122) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1469 (Thread 0x7f4488ab9640 (LWP 26121) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4484a9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4484a9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1468 (Thread 0x7f448d90f640 (LWP 26118) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f44870b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f44870b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1467 (Thread 0x7f448ed93640 (LWP 26117) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1466 (Thread 0x7f448f594640 (LWP 26116) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f448dd19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f448dd19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1465 (Thread 0x7f44913a7640 (LWP 26115) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1464 (Thread 0x7f4492c50640 (LWP 26114) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f448f99e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f448f99e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1463 (Thread 0x7f4493451640 (LWP 26113) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f44904a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f44904a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1462 (Thread 0x7f449475b640 (LWP 26112) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1461 (Thread 0x7f4494f5c640 (LWP 26111) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f449385b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f449385b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1460 (Thread 0x7f449d43c640 (LWP 26110) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1459 (Thread 0x7f449f24f640 (LWP 26109) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1458 (Thread 0x7f449fa50640 (LWP 26108) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1457 (Thread 0x7f44bb945640 (LWP 26107) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1456 (Thread 0x7f44b3ef5640 (LWP 26105) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f449fe5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f449fe5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1455 (Thread 0x7f44a236c640 (LWP 26104) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1454 (Thread 0x7f44a3676640 (LWP 26103) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f44a146c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f44a146c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1453 (Thread 0x7f451f4ce640 (LWP 26102) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f44a2776060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f44a2776060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1452 (Thread 0x7f4452aa9640 (LWP 26101) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1451 (Thread 0x7f44b8831640 (LWP 26100) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1450 (Thread 0x7f44cae25640 (LWP 26097) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f44a5092060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f44a5092060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1449 (Thread 0x7f44a5f92640 (LWP 21799) "QueryPipelineEx"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513001379768, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513001379768, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600f44cf83e in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_0> >(void*) () #5 0x00005600c2472a5b in asan_thread_start(void*) () #6 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1448 (Thread 0x7f449931b640 (LWP 21798) "QueryPipelineEx"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513001379768, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513001379768, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600f44cf83e in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_0> >(void*) () #5 0x00005600c2472a5b in asan_thread_start(void*) () #6 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1447 (Thread 0x7f44f5799640 (LWP 18011) "QueryPipelineEx"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513001379768, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513001379768, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600f44cf83e in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_0> >(void*) () #5 0x00005600c2472a5b in asan_thread_start(void*) () #6 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1446 (Thread 0x7f44fdf75640 (LWP 18010) "QueryPipelineEx"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513001379768, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513001379768, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600f44cf83e in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_0> >(void*) () #5 0x00005600c2472a5b in asan_thread_start(void*) () #6 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1445 (Thread 0x7f4512329640 (LWP 18008) "QueryPipelineEx"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513001379768, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513001379768, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600f44cf83e in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_0> >(void*) () #5 0x00005600c2472a5b in asan_thread_start(void*) () #6 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1444 (Thread 0x7f444de81640 (LWP 17729) "HTTPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600f2220c5a in Poco::Event::tryWait (this=0x50b05c5cf108, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x511000ab7c70, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x00005600f1e8fdc4 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab7c40) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x00005600c2472a5b in asan_thread_start(void*) () #9 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1443 (Thread 0x7f4450495640 (LWP 17727) "KeeperHandler"): #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00005600f9128252 in epoll_pwait (fd=587, ev=0x7f444f416e20, cnt=2, to=30000, sigs=0x0) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=587, ev=0x7f444f416e20, cnt=2, to=30000) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:36 #3 0x00005600ea2e1200 in DB::SocketInterruptablePollWrapper::poll (this=, remaining_time=..., in=...) at ./build_docker/./src/Server/KeeperTCPHandler.cpp:136 #4 0x00005600ea2c8295 in DB::KeeperTCPHandler::runImpl (this=0x51900aa66880) at ./build_docker/./src/Server/KeeperTCPHandler.cpp:434 #5 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x24b) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #6 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x5110001ba0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #7 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #8 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #9 0x00005600c2472a5b in asan_thread_start(void*) () #10 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #11 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1442 (Thread 0x7f4453db3640 (LWP 17721) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600f2220c5a in Poco::Event::tryWait (this=0x50b01adb9998, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x511000ab83f0, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x00005600f1e8fdc4 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab83c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x00005600c2472a5b in asan_thread_start(void*) () #9 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1441 (Thread 0x7f44aa3b9640 (LWP 17328) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504002f66a10, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504002f66a10, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b003d9e880) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b003d9e880) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f44a92cf060) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1440 (Thread 0x7f44b15f5640 (LWP 17208) "IntersrvHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600f2220c5a in Poco::Event::tryWait (this=0x50b05fc79998, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x5110001ba370, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x00005600f1e8fdc4 in Poco::Net::TCPServerDispatcher::run (this=0x5110001ba340) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x00005600c2472a5b in asan_thread_start(void*) () #9 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1439 (Thread 0x7f44c158f640 (LWP 17186) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040014c9390, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040014c9390, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b002613f80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b002613f80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f44bfa27360) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1438 (Thread 0x7f44e44f1640 (LWP 16953) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504003eedd50, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504003eedd50, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b004505c80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b004505c80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f44def41f60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1437 (Thread 0x7f449bc39640 (LWP 14197) "TCPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x516003f21a88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600f229cfc5 in Poco::Event::wait (this=0x516003f21a88) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:180 #5 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00005600c2472a5b in asan_thread_start(void*) () #7 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1436 (Thread 0x7f44fc6e0640 (LWP 14016) "HTTPHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600f2220c5a in Poco::Event::tryWait (this=0x50b0538fb4b8, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x511000ab8030, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x00005600f1e8fdc4 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8000) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x00005600c2472a5b in asan_thread_start(void*) () #9 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1435 (Thread 0x7f4501541640 (LWP 10483) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040046f4bd0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040046f4bd0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b000d09480) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b000d09480) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f4500458060) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1434 (Thread 0x7f4584cfa640 (LWP 8335) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1433 (Thread 0x7f4536d75640 (LWP 8334) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1432 (Thread 0x7f4538b88640 (LWP 8333) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1431 (Thread 0x7f4539e92640 (LWP 8332) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1430 (Thread 0x7f453a693640 (LWP 8331) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1429 (Thread 0x7f453b99d640 (LWP 8330) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1428 (Thread 0x7f453d7b0640 (LWP 8329) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f453bda7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f453bda7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1427 (Thread 0x7f453dfb1640 (LWP 8328) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1426 (Thread 0x7f453fdc4640 (LWP 8327) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4538f92060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4538f92060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1425 (Thread 0x7f45405c5640 (LWP 8326) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1424 (Thread 0x7f45418cf640 (LWP 8325) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1423 (Thread 0x7f45436e2640 (LWP 8324) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1422 (Thread 0x7f4543ee3640 (LWP 8323) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45427e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45427e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1421 (Thread 0x7f45451ed640 (LWP 8322) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4541cd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4541cd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1420 (Thread 0x7f45464f7640 (LWP 8321) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1419 (Thread 0x7f4547801640 (LWP 8320) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1418 (Thread 0x7f4548b0b640 (LWP 8319) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1417 (Thread 0x7f454a91e640 (LWP 8318) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1416 (Thread 0x7f454b11f640 (LWP 8317) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1415 (Thread 0x7f454c429640 (LWP 8316) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4549a1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4549a1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1414 (Thread 0x7f454d733640 (LWP 8315) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f454c833060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f454c833060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1413 (Thread 0x7f45bc9c6640 (LWP 8314) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f454b529060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f454b529060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1412 (Thread 0x7f45be886640 (LWP 8313) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1411 (Thread 0x7f4550b58640 (LWP 8312) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1410 (Thread 0x7f4551359640 (LWP 8311) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f454fc58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f454fc58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1409 (Thread 0x7f45bdef7640 (LWP 8310) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1408 (Thread 0x7f45b51f6640 (LWP 8309) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1407 (Thread 0x7f4553c75640 (LWP 8308) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f455226c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f455226c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1406 (Thread 0x7f4554f7f640 (LWP 8307) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1405 (Thread 0x7f45ae36b640 (LWP 8306) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1404 (Thread 0x7f45bb551640 (LWP 8305) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1403 (Thread 0x7f4556d92640 (LWP 8280) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1402 (Thread 0x7f4557593640 (LWP 8279) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1401 (Thread 0x7f455889d640 (LWP 8278) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1400 (Thread 0x7f4559ba7640 (LWP 8277) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1399 (Thread 0x7f455b9ba640 (LWP 8276) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4559fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4559fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1398 (Thread 0x7f455c1bb640 (LWP 8275) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1397 (Thread 0x7f45bf5f6640 (LWP 8274) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1396 (Thread 0x7f455ead7640 (LWP 8273) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1395 (Thread 0x7f455f2d8640 (LWP 8272) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f455dbd7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f455dbd7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1394 (Thread 0x7f45605e2640 (LWP 8271) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f455f6e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f455f6e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1393 (Thread 0x7f45618ec640 (LWP 8270) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1392 (Thread 0x7f4562bf6640 (LWP 8269) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1391 (Thread 0x7f4564a09640 (LWP 8268) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4563000060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4563000060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1390 (Thread 0x7f4565d13640 (LWP 8267) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4563b09060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4563b09060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1389 (Thread 0x7f456701d640 (LWP 8266) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4564e13060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4564e13060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1388 (Thread 0x7f456781e640 (LWP 8265) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f456611d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f456611d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1387 (Thread 0x7f4568b28640 (LWP 8264) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4567c28060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4567c28060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1386 (Thread 0x7f456b444640 (LWP 8263) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1385 (Thread 0x7f456bc45640 (LWP 8262) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1384 (Thread 0x7f456cf4f640 (LWP 8261) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1383 (Thread 0x7f456d750640 (LWP 8260) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f456c04f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f456c04f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1382 (Thread 0x7f456f563640 (LWP 8256) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1381 (Thread 0x7f457086d640 (LWP 8255) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1380 (Thread 0x7f4571b77640 (LWP 8253) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f456db5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f456db5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1379 (Thread 0x7f4572e81640 (LWP 8251) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1378 (Thread 0x7f457418b640 (LWP 8249) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1377 (Thread 0x7f4575495640 (LWP 8248) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1376 (Thread 0x7f45772a8640 (LWP 8247) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45763a8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45763a8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1375 (Thread 0x7f4577aa9640 (LWP 8246) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f457589f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f457589f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1374 (Thread 0x7f45a792b640 (LWP 8245) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1373 (Thread 0x7f45a96c4640 (LWP 8244) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1372 (Thread 0x7f45ad242640 (LWP 8243) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45a8481060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45a8481060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1371 (Thread 0x7f45b6edd640 (LWP 8242) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1370 (Thread 0x7f45b76de640 (LWP 8241) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1369 (Thread 0x7f457b25e640 (LWP 8013) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a0604, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a0604, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a05d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f457a35e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f457a35e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1368 (Thread 0x7f457c568640 (LWP 8012) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a0604, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a0604, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a05d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f457b668060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f457b668060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1367 (Thread 0x7f457d872640 (LWP 8011) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a0604, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a0604, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a05d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f457c972060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f457c972060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1366 (Thread 0x7f45a61c4640 (LWP 8010) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a0604, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a0604, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a05d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f457dc7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f457dc7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1365 (Thread 0x7f457f685640 (LWP 7984) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f457e785060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f457e785060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1364 (Thread 0x7f458098f640 (LWP 7983) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f457fa8f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f457fa8f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1363 (Thread 0x7f4581c99640 (LWP 7982) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1362 (Thread 0x7f4582fa3640 (LWP 7981) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1361 (Thread 0x7f458b831640 (LWP 7765) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1360 (Thread 0x7f458e14d640 (LWP 7764) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1359 (Thread 0x7f458f457640 (LWP 7763) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f458d24d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f458d24d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1358 (Thread 0x7f4590761640 (LWP 7762) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f458bc3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f458bc3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1357 (Thread 0x7f4590f62640 (LWP 7761) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f458e557060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f458e557060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1356 (Thread 0x7f459226c640 (LWP 7760) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1355 (Thread 0x7f4593576640 (LWP 7759) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f459136c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f459136c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1354 (Thread 0x7f4593d77640 (LWP 7758) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4592676060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4592676060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1353 (Thread 0x7f4595b8a640 (LWP 7757) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1352 (Thread 0x7f4596e94640 (LWP 7756) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1351 (Thread 0x7f45997b0640 (LWP 7755) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4595f94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4595f94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1350 (Thread 0x7f459aaba640 (LWP 7754) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1349 (Thread 0x7f459bdc4640 (LWP 7753) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1348 (Thread 0x7f459d0ce640 (LWP 7752) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1347 (Thread 0x7f459e3d8640 (LWP 7751) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f459aec4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f459aec4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1346 (Thread 0x7f459ebd9640 (LWP 7750) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f459c1ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f459c1ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1345 (Thread 0x7f459fee3640 (LWP 7749) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f459d4d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f459d4d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1344 (Thread 0x7f45a1cf6640 (LWP 7748) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f459efe3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f459efe3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1343 (Thread 0x7f45a3000640 (LWP 7747) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45a02ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45a02ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1342 (Thread 0x7f45a3801640 (LWP 7746) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45a0df6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45a0df6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1341 (Thread 0x7f45a4002640 (LWP 7745) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45a2100060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45a2100060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1340 (Thread 0x7f45b058a640 (LWP 7519) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1339 (Thread 0x7f45b1894640 (LWP 7518) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45aeb81060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45aeb81060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1338 (Thread 0x7f45b2b9e640 (LWP 7517) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45b0994060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45b0994060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1337 (Thread 0x7f45b339f640 (LWP 7516) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45b1c9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45b1c9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1336 (Thread 0x7f45c20f2640 (LWP 7338) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c06e9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c06e9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1335 (Thread 0x7f45c33fc640 (LWP 7337) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c11f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c11f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1334 (Thread 0x7f45c3bfd640 (LWP 7336) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c24fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c24fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1333 (Thread 0x7f45c4f07640 (LWP 7335) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c4007060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c4007060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1332 (Thread 0x7f45c6211640 (LWP 7271) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c5311060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c5311060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1331 (Thread 0x7f45c751b640 (LWP 7270) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c661b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c661b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1330 (Thread 0x7f45c932e640 (LWP 7264) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c7925060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c7925060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1329 (Thread 0x7f45c9b2f640 (LWP 7263) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c842e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c842e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1328 (Thread 0x7f45cae39640 (LWP 7262) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45c9f39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45c9f39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1327 (Thread 0x7f45cd755640 (LWP 7261) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1326 (Thread 0x7f45cea5f640 (LWP 7258) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45cbd4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45cbd4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1325 (Thread 0x7f45cfd69640 (LWP 7257) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45cc855060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45cc855060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1324 (Thread 0x7f45d056a640 (LWP 7256) "IOUringMonitor"): #0 _io_uring_get_cqe (ring=ring@entry=0x5140020de478, cqe_ptr=cqe_ptr@entry=0x7f45cf1a7080, data=0x7f45ceb7ec20) at ./build_docker/./contrib/liburing/src/queue.c:116 #1 0x00005600f2eadf9e in __io_uring_get_cqe (ring=, cqe_ptr=, submit=, wait_nr=, sigmask=) at ./build_docker/./contrib/liburing/src/queue.c:146 #2 0x00005600e3fbdb67 in io_uring_wait_cqe_nr (ring=0x5140020de478, cqe_ptr=0x7f45cf1a7080, wait_nr=1) at ./contrib/liburing/src/include/liburing.h:1263 #3 io_uring_wait_cqe (ring=0x5140020de478, cqe_ptr=0x7f45cf1a7080) at ./contrib/liburing/src/include/liburing.h:1336 #4 DB::IOUringReader::monitorRing (this=0x5140020de440) at ./build_docker/./src/Disks/IO/IOUringReader.cpp:220 #5 0x00005600e3fc4ffb in DB::IOUringReader::IOUringReader(unsigned int)::$_0::operator()() const (this=) at ./build_docker/./src/Disks/IO/IOUringReader.cpp:83 #6 std::__1::__invoke[abi:v15000](DB::IOUringReader::IOUringReader(unsigned int)::$_0&) (__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=0x503001bfe980) at ./src/Common/ThreadPool.h:223 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}&>(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&) (__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=0x503001bfe980) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::IOUringReader::IOUringReader(unsigned int)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45cee69060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f45cee69060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1323 (Thread 0x7f45d1874640 (LWP 7255) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1322 (Thread 0x7f45d2b7e640 (LWP 7254) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45d1c7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45d1c7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1321 (Thread 0x7f45d3e88640 (LWP 7253) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1320 (Thread 0x7f45d5192640 (LWP 7252) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45d4292060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45d4292060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1319 (Thread 0x7f45d649c640 (LWP 7251) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1318 (Thread 0x7f45d77a6640 (LWP 7250) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45d68a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45d68a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1317 (Thread 0x7f45d95b9640 (LWP 7249) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45d7bb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45d7bb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1316 (Thread 0x7f45d9dba640 (LWP 7248) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1315 (Thread 0x7f45db0c4640 (LWP 7247) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45da1c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45da1c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1314 (Thread 0x7f45dc3ce640 (LWP 7241) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45db4ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45db4ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1313 (Thread 0x7f45de1e1640 (LWP 7240) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1312 (Thread 0x7f45de9e2640 (LWP 7239) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45dd2e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45dd2e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1311 (Thread 0x7f45e07f5640 (LWP 7238) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45dedec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45dedec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1310 (Thread 0x7f45e0ff6640 (LWP 7237) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45df8f5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45df8f5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1309 (Thread 0x7f45e2e09640 (LWP 7236) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1308 (Thread 0x7f45e4113640 (LWP 7235) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1307 (Thread 0x7f45e541d640 (LWP 7234) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45e451d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45e451d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1306 (Thread 0x7f45e7230640 (LWP 7233) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45e5827060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45e5827060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1305 (Thread 0x7f45e853a640 (LWP 7232) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1304 (Thread 0x7f45e9844640 (LWP 7231) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1303 (Thread 0x7f45eab4e640 (LWP 7230) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45e9c4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45e9c4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1302 (Thread 0x7f45ec961640 (LWP 7229) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1301 (Thread 0x7f45edc6b640 (LWP 7228) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1300 (Thread 0x7f45efa7e640 (LWP 7227) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45eaf58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45eaf58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1299 (Thread 0x7f45f027f640 (LWP 7226) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1298 (Thread 0x7f45f1589640 (LWP 7225) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45ecd6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45ecd6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1297 (Thread 0x7f45f1d8a640 (LWP 7224) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45f0689060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45f0689060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1296 (Thread 0x7f45f3094640 (LWP 7223) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45ee075060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45ee075060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1295 (Thread 0x7f45f4ea7640 (LWP 7222) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1294 (Thread 0x7f45f56a8640 (LWP 7220) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1293 (Thread 0x7f45f69b2640 (LWP 7219) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45f3fa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45f3fa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1292 (Thread 0x7f45f7cbc640 (LWP 7218) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45f5ab2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45f5ab2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1291 (Thread 0x7f45f8fc6640 (LWP 7217) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1290 (Thread 0x7f45fa2d0640 (LWP 7216) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45f6dbc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45f6dbc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1289 (Thread 0x7f45fb5da640 (LWP 7215) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1288 (Thread 0x7f45fd3ed640 (LWP 7214) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1287 (Thread 0x7f45fe6f7640 (LWP 7213) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f45fd7f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f45fd7f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1286 (Thread 0x7f45ffa01640 (LWP 7212) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1285 (Thread 0x7f4600d0b640 (LWP 7209) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1284 (Thread 0x7f4602015640 (LWP 7207) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1283 (Thread 0x7f4602816640 (LWP 7206) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4601115060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4601115060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1282 (Thread 0x7f4604629640 (LWP 7205) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4603729060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4603729060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1281 (Thread 0x7f4605c3e640 (LWP 7204) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4602c20060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4602c20060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1280 (Thread 0x7f460643f640 (LWP 7201) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1279 (Thread 0x7f460b138640 (LWP 7198) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f460a238060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f460a238060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1278 (Thread 0x7f460cc1b640 (LWP 7181) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1277 (Thread 0x7f461ad5a640 (LWP 5634) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504000736410, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504000736410, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b0011e6d80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b0011e6d80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f4619d41060) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1276 (Thread 0x7f4629142640 (LWP 5617) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4628242060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4628242060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1275 (Thread 0x7f462b357640 (LWP 5616) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f462954c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f462954c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1274 (Thread 0x7f462d16a640 (LWP 5615) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1273 (Thread 0x7f462d96b640 (LWP 5614) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1272 (Thread 0x7f462ec75640 (LWP 5613) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1271 (Thread 0x7f4630a88640 (LWP 5612) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f462dd75060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f462dd75060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1270 (Thread 0x7f4631d92640 (LWP 5611) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f462fb88060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f462fb88060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1269 (Thread 0x7f463309c640 (LWP 5610) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1268 (Thread 0x7f463389d640 (LWP 5609) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1267 (Thread 0x7f463409e640 (LWP 5608) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f463219c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f463219c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1266 (Thread 0x7f46369ba640 (LWP 5607) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1265 (Thread 0x7f4637cc4640 (LWP 5606) "ZooKeeperSend"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51c0036e05c0, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600ebb13032 in std::__1::condition_variable::wait_for > (this=0x51c0036e05c0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51c0036e05c0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51c0036e05c0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 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=0x51c0036e05c0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600ebb12773 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=0x51c0036e05c0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 ConcurrentBoundedQueue::popImpl (this=0x51c0036e0538, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #10 0x00005600ebaf4b0a in ConcurrentBoundedQueue::tryPop (this=0x51c0036e0538, x=..., milliseconds=9999) at ./src/Common/ConcurrentBoundedQueue.h:161 #11 Coordination::ZooKeeper::sendThread (this=0x51c0036e0080) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:681 #12 0x00005600ebb0b01b in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0::operator()() const (this=) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:397 #13 std::__1::__invoke[abi:v15000] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 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 #15 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 #16 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=0x503000ce0d70) at ./src/Common/ThreadPool.h:223 #17 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}&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 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 #19 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=0x503000ce0d70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #20 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #21 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4634fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #22 std::__1::function::operator()() const (this=0x7f4634fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #23 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #24 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #25 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #26 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #27 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #28 0x00005600c2472a5b in asan_thread_start(void*) () #29 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #30 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1264 (Thread 0x7f4638fce640 (LWP 5605) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4635aba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4635aba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1263 (Thread 0x7f466ad16640 (LWP 5604) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4636dc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4636dc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1262 (Thread 0x7f466b517640 (LWP 5603) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46380ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46380ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1261 (Thread 0x7f463ade1640 (LWP 5602) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46393d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46393d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1260 (Thread 0x7f463c0eb640 (LWP 5601) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1259 (Thread 0x7f463d4f8640 (LWP 5600) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1258 (Thread 0x7f463f30b640 (LWP 5599) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f463c5f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f463c5f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1257 (Thread 0x7f463fb0c640 (LWP 5598) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f463d902060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f463d902060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1256 (Thread 0x7f464191f640 (LWP 5597) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1255 (Thread 0x7f4642120640 (LWP 5596) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4640a1f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4640a1f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1254 (Thread 0x7f464342a640 (LWP 5595) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1253 (Thread 0x7f4644734640 (LWP 5594) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f464252a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f464252a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1252 (Thread 0x7f4646547640 (LWP 5593) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1251 (Thread 0x7f4646d48640 (LWP 5592) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1250 (Thread 0x7f4647549640 (LWP 5591) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4643834060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4643834060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1249 (Thread 0x7f464935c640 (LWP 5590) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4647953060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4647953060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1248 (Thread 0x7f46b15d4640 (LWP 5589) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f464845c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f464845c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1247 (Thread 0x7f464b16f640 (LWP 5588) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4649766060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4649766060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1246 (Thread 0x7f464b970640 (LWP 5587) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1245 (Thread 0x7f464d783640 (LWP 5586) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1244 (Thread 0x7f464f596640 (LWP 5585) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1243 (Thread 0x7f464fd97640 (LWP 5584) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f464e696060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f464e696060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1242 (Thread 0x7f4650598640 (LWP 5583) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1241 (Thread 0x7f46518a2640 (LWP 5582) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1240 (Thread 0x7f465655d640 (LWP 5563) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1239 (Thread 0x7f4657867640 (LWP 5562) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4656967060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4656967060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1238 (Thread 0x7f465a183640 (LWP 5561) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1237 (Thread 0x7f465a984640 (LWP 5560) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4659283060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4659283060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1236 (Thread 0x7f465bc8e640 (LWP 5559) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f465ad8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f465ad8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1235 (Thread 0x7f465cf98640 (LWP 5558) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1234 (Thread 0x7f465d799640 (LWP 5557) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1233 (Thread 0x7f465f5ac640 (LWP 5556) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1232 (Thread 0x7f46613bf640 (LWP 5555) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1231 (Thread 0x7f4661bc0640 (LWP 5554) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f465f9b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f465f9b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1230 (Thread 0x7f4662eca640 (LWP 5553) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46604bf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46604bf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1229 (Thread 0x7f46641d4640 (LWP 5552) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1228 (Thread 0x7f46654de640 (LWP 5551) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1227 (Thread 0x7f4667dfa640 (LWP 5550) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46645de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46645de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1226 (Thread 0x7f46685fb640 (LWP 5548) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46658e8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46658e8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1225 (Thread 0x7f46ae66f640 (LWP 5547) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1224 (Thread 0x7f46aee70640 (LWP 5546) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1223 (Thread 0x7f46ab7b4640 (LWP 5510) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040028ceb10, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040028ceb10, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b002dffc80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b002dffc80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f46717f9660) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1222 (Thread 0x7f46f5477640 (LWP 5268) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504004db0610, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504004db0610, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b002b1fe80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b002b1fe80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f46f442d160) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1221 (Thread 0x7f46751a5640 (LWP 5240) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4672c93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4672c93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1220 (Thread 0x7f4676fb8640 (LWP 5239) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46742a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46742a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1219 (Thread 0x7f46777b9640 (LWP 5238) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46755af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46755af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1218 (Thread 0x7f4677fba640 (LWP 5237) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46760b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46760b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1217 (Thread 0x7f467a8d6640 (LWP 5236) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4678ecd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4678ecd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1216 (Thread 0x7f467b0d7640 (LWP 5235) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46799d6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46799d6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1215 (Thread 0x7f467c3e1640 (LWP 5234) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1214 (Thread 0x7f467d6eb640 (LWP 5233) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1213 (Thread 0x7f467f4fe640 (LWP 5232) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1212 (Thread 0x7f4681311640 (LWP 5231) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1211 (Thread 0x7f4681b12640 (LWP 5230) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f467e5fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f467e5fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1210 (Thread 0x7f4682e1c640 (LWP 5229) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1209 (Thread 0x7f4684126640 (LWP 5228) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1208 (Thread 0x7f4684927640 (LWP 5227) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1207 (Thread 0x7f468673a640 (LWP 5226) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4684d31060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4684d31060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1206 (Thread 0x7f468854d640 (LWP 5224) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1205 (Thread 0x7f4688d4e640 (LWP 5223) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4686b44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4686b44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1204 (Thread 0x7f468a058640 (LWP 5222) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f468764d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f468764d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1203 (Thread 0x7f468be6b640 (LWP 5221) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1202 (Thread 0x7f468d175640 (LWP 5220) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f468a462060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f468a462060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1201 (Thread 0x7f468e47f640 (LWP 5219) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1200 (Thread 0x7f468ec80640 (LWP 5218) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f468c275060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f468c275060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1199 (Thread 0x7f469038d640 (LWP 5217) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1198 (Thread 0x7f4691697640 (LWP 5216) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f468f08a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f468f08a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1197 (Thread 0x7f4691e98640 (LWP 5215) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4690797060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4690797060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1196 (Thread 0x7f4693cab640 (LWP 5214) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46922a2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46922a2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1195 (Thread 0x7f4694fb5640 (LWP 5213) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1194 (Thread 0x7f4696dc8640 (LWP 5212) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46940b5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46940b5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1193 (Thread 0x7f46975c9640 (LWP 5211) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1192 (Thread 0x7f46988d3640 (LWP 5210) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4695ec8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4695ec8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1191 (Thread 0x7f46990d4640 (LWP 5209) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1190 (Thread 0x7f469b9f0640 (LWP 5208) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46994de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46994de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1189 (Thread 0x7f469ccfa640 (LWP 5207) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1188 (Thread 0x7f469e805640 (LWP 5205) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f469bdfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f469bdfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1187 (Thread 0x7f469f20c640 (LWP 5204) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5150000bf09c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5150000bf09c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5150000bf070, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5150000bf018, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f469d905060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f469d905060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1186 (Thread 0x7f46a18ad640 (LWP 5203) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46a0222060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46a0222060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1185 (Thread 0x7f46a2cba640 (LWP 5197) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1184 (Thread 0x7f46a3a40640 (LWP 5195) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1183 (Thread 0x7f46a635c640 (LWP 5194) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1182 (Thread 0x7f46a86f4640 (LWP 5193) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1181 (Thread 0x7f46a99fe640 (LWP 5192) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46a6766060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46a6766060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1180 (Thread 0x7f46aa784640 (LWP 5191) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1179 (Thread 0x7f46aaf85640 (LWP 5190) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1178 (Thread 0x7f46b017a640 (LWP 4986) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46af27a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46af27a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1177 (Thread 0x7f46b0cfa640 (LWP 4978) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1176 (Thread 0x7f46b8f63640 (LWP 4977) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46b7312060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46b7312060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1175 (Thread 0x7f46b99d6640 (LWP 4976) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46b7f60060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46b7f60060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1174 (Thread 0x7f46bada6640 (LWP 4975) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46b64cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46b64cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1173 (Thread 0x7f46bc4c7640 (LWP 4974) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46b9e64060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46b9e64060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1172 (Thread 0x7f46bcd38640 (LWP 4973) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46bb367060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46bb367060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1171 (Thread 0x7f46bf104640 (LWP 4971) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46bd26d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46bd26d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1170 (Thread 0x7f46c07d6640 (LWP 4970) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46be194060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46be194060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1169 (Thread 0x7f46c0fd7640 (LWP 4969) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46bf8d6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46bf8d6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1168 (Thread 0x7f46c22e1640 (LWP 4968) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c13e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c13e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1167 (Thread 0x7f46c42ed640 (LWP 4967) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c26eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c26eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1166 (Thread 0x7f46c55f7640 (LWP 4966) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c33ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c33ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1165 (Thread 0x7f46c5e96640 (LWP 4965) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c46f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c46f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1164 (Thread 0x7f46c71e2640 (LWP 4964) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c62e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c62e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1163 (Thread 0x7f46c852e640 (LWP 4963) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c762e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c762e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1162 (Thread 0x7f46c9838640 (LWP 4962) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c8938060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c8938060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1161 (Thread 0x7f46cab9c640 (LWP 4961) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46c9c42060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46c9c42060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1160 (Thread 0x7f46cca24640 (LWP 4960) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46cbaaf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46cbaaf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1159 (Thread 0x7f46cd319640 (LWP 4959) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46cafa6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46cafa6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1158 (Thread 0x7f46cf271640 (LWP 4958) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46cd723060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46cd723060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1157 (Thread 0x7f46d128a640 (LWP 4957) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46ce371060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46ce371060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1156 (Thread 0x7f46d2697640 (LWP 4956) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46cf67b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46cf67b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1155 (Thread 0x7f46d3afe640 (LWP 4955) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46d0287060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46d0287060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1154 (Thread 0x7f46d4e4a640 (LWP 4954) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46d2bfe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46d2bfe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1153 (Thread 0x7f46d564b640 (LWP 4953) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46d3f4a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46d3f4a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1152 (Thread 0x7f46d745e640 (LWP 4952) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46d5a55060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46d5a55060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1151 (Thread 0x7f46d7ca1640 (LWP 4951) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46d655e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46d655e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1150 (Thread 0x7f46d9e46640 (LWP 4950) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46d82b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46d82b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1149 (Thread 0x7f46db1d4640 (LWP 4949) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46d8f46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46d8f46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1148 (Thread 0x7f46dba17640 (LWP 4948) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46da2d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46da2d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1147 (Thread 0x7f46de5f3640 (LWP 4947) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46dca4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46dca4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1146 (Thread 0x7f46dedf4640 (LWP 4946) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46dd596060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46dd596060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1145 (Thread 0x7f46e00fe640 (LWP 4945) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46df1fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46df1fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1144 (Thread 0x7f46e1408640 (LWP 4943) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e0508060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e0508060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1143 (Thread 0x7f46e3d24640 (LWP 4942) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e1812060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e1812060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1142 (Thread 0x7f46e4525640 (LWP 4941) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e2e24060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e2e24060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1141 (Thread 0x7f46e4d26640 (LWP 4940) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e231b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e231b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1140 (Thread 0x7f46e6b39640 (LWP 4939) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e5130060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e5130060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1139 (Thread 0x7f46e7e43640 (LWP 4938) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e5c39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e5c39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1138 (Thread 0x7f46e8644640 (LWP 4937) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e6f43060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e6f43060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1137 (Thread 0x7f46ea457640 (LWP 4936) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e8a4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e8a4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1136 (Thread 0x7f46ead5b640 (LWP 4935) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46e9557060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46e9557060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1135 (Thread 0x7f46ec331640 (LWP 4934) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46eb431060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46eb431060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1134 (Thread 0x7f46ed73e640 (LWP 4933) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46ec73b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46ec73b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1133 (Thread 0x7f46ef654640 (LWP 4932) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46edc4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46edc4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1132 (Thread 0x7f46efe55640 (LWP 4931) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46ee754060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46ee754060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1131 (Thread 0x7f46f1262640 (LWP 4930) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46f0362060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46f0362060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1130 (Thread 0x7f46f256c640 (LWP 4929) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46f166c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46f166c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1129 (Thread 0x7f46f8354640 (LWP 4928) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1128 (Thread 0x7f46f9f79640 (LWP 4925) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1127 (Thread 0x7f46fb283640 (LWP 4924) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46fa383060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46fa383060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1126 (Thread 0x7f46fc58d640 (LWP 4923) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1125 (Thread 0x7f46fd897640 (LWP 4922) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1124 (Thread 0x7f46feba1640 (LWP 4921) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f46fdca1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f46fdca1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1123 (Thread 0x7f46ffeab640 (LWP 4920) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1122 (Thread 0x7f47027c7640 (LWP 4919) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1121 (Thread 0x7f4702fc8640 (LWP 4918) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1120 (Thread 0x7f47042d2640 (LWP 4917) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47033d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47033d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1119 (Thread 0x7f47055dc640 (LWP 4916) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1118 (Thread 0x7f47068e6640 (LWP 4915) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47059e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47059e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1117 (Thread 0x7f4707bf0640 (LWP 4914) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1116 (Thread 0x7f4709a03640 (LWP 4912) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4708b03060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4708b03060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1115 (Thread 0x7f470a204640 (LWP 4911) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1114 (Thread 0x7f470b50e640 (LWP 4910) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1113 (Thread 0x7f470d321640 (LWP 4909) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f470b918060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f470b918060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1112 (Thread 0x7f470e62b640 (LWP 4908) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1111 (Thread 0x7f470f935640 (LWP 4907) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f470d72b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f470d72b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1110 (Thread 0x7f4710136640 (LWP 4906) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1109 (Thread 0x7f4711440640 (LWP 4905) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1108 (Thread 0x7f471274a640 (LWP 4904) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1107 (Thread 0x7f4713a54640 (LWP 4903) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1106 (Thread 0x7f4716370640 (LWP 4902) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1105 (Thread 0x7f4716b71640 (LWP 4901) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1104 (Thread 0x7f4717e7b640 (LWP 4900) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4715470060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4715470060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1103 (Thread 0x7f4719185640 (LWP 4899) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1102 (Thread 0x7f4719986640 (LWP 4898) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1101 (Thread 0x7f471b799640 (LWP 4897) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1100 (Thread 0x7f471bf9a640 (LWP 4896) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1099 (Thread 0x7f471ddad640 (LWP 4895) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f471c3a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f471c3a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1098 (Thread 0x7f471e5ae640 (LWP 4894) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f471cead060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f471cead060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1097 (Thread 0x7f47203c1640 (LWP 4893) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f471e9b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f471e9b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1096 (Thread 0x7f47216cb640 (LWP 4892) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1095 (Thread 0x7f47229d5640 (LWP 4891) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1094 (Thread 0x7f47231d6640 (LWP 4890) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4721ad5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4721ad5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1093 (Thread 0x7f47244e0640 (LWP 4889) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1092 (Thread 0x7f47262f3640 (LWP 4888) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47248ea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47248ea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1091 (Thread 0x7f4726af4640 (LWP 4887) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1090 (Thread 0x7f4728907640 (LWP 4886) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4726efe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4726efe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1089 (Thread 0x7f4729c11640 (LWP 4885) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4727a07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4727a07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1088 (Thread 0x7f472af1b640 (LWP 4884) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4728d11060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4728d11060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1087 (Thread 0x7f472c225640 (LWP 4883) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f472a01b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f472a01b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1086 (Thread 0x7f472ca26640 (LWP 4882) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1085 (Thread 0x7f472e839640 (LWP 4881) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f472ce30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f472ce30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1084 (Thread 0x7f472fb43640 (LWP 4880) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1083 (Thread 0x7f4730344640 (LWP 4879) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1082 (Thread 0x7f474282e640 (LWP 4872) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504001a83e90, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504001a83e90, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b000bb2b80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b000bb2b80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f4732d74d60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1081 (Thread 0x7f47353a6640 (LWP 4672) "DictReload"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600e40aa478 in Poco::Event::tryWait (this=0x512001682e20, milliseconds=137) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 DB::EmbeddedDictionaries::reloadPeriodically (this=0x512001682d40) at ./build_docker/./src/Interpreters/EmbeddedDictionaries.cpp:104 #5 DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/EmbeddedDictionaries.cpp:133 #6 std::__1::__invoke[abi:v15000] >, std::__1::shared_ptr, bool)::$_0&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >, std::__1::shared_ptr, bool)::$_0&, std::__1::tuple<>&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >, std::__1::shared_ptr, bool)::$_0&, std::__1::tuple<>&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_0>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x5030003a0990) at ./src/Common/ThreadPool.h:223 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_0>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&&)::{lambda()#1}&>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_0>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_0>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_0>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003a0990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl >, std::__1::shared_ptr, bool)::$_0>(DB::EmbeddedDictionaries::EmbeddedDictionaries(std::__1::unique_ptr >, std::__1::shared_ptr, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f473399d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f473399d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1080 (Thread 0x7f47366b0640 (LWP 4671) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1079 (Thread 0x7f47384c3640 (LWP 4667) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47357b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47357b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1078 (Thread 0x7f4738cc4640 (LWP 4666) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4736aba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4736aba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1077 (Thread 0x7f4739fce640 (LWP 4661) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5150000bf098, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5150000bf098, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5150000bf070, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5150000bf018, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47375c3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47375c3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1076 (Thread 0x7f473b2d8640 (LWP 4656) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1075 (Thread 0x7f473c5e2640 (LWP 4655) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1074 (Thread 0x7f473e3f5640 (LWP 4654) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f473b6e2460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f473b6e2460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1073 (Thread 0x7f473ebf6640 (LWP 4653) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1072 (Thread 0x7f473f3f7640 (LWP 4652) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1071 (Thread 0x7f4740701640 (LWP 4651) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504002039310, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504002039310, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b001d12c80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b001d12c80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f473f694760) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1070 (Thread 0x7f474a553640 (LWP 4624) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4749550060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4749550060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1069 (Thread 0x7f474d990640 (LWP 4623) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f474ae6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f474ae6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1068 (Thread 0x7f474ed9d640 (LWP 4622) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f474bb7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f474bb7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1067 (Thread 0x7f47504b3640 (LWP 4621) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f474c787060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f474c787060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1066 (Thread 0x7f47528d8640 (LWP 4620) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f474dd9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f474dd9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1065 (Thread 0x7f47531dc640 (LWP 4619) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1064 (Thread 0x7f47546ec640 (LWP 4618) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1063 (Thread 0x7f4754ff0640 (LWP 4617) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47519d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47519d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1062 (Thread 0x7f47563fd640 (LWP 4615) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47535e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47535e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1061 (Thread 0x7f4757707640 (LWP 4614) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a0604, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a0604, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a05d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47553fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47553fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1060 (Thread 0x7f4758c17640 (LWP 4613) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4756807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4756807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1059 (Thread 0x7f475aa2a640 (LWP 4612) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4757d17060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4757d17060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1058 (Thread 0x7f475b22b640 (LWP 4611) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4759021060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4759021060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1057 (Thread 0x7f475c535640 (LWP 4610) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1056 (Thread 0x7f475ce39640 (LWP 4609) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1055 (Thread 0x7f475ec4c640 (LWP 4608) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f475d243060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f475d243060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1054 (Thread 0x7f475f44d640 (LWP 4607) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f475dd4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f475dd4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1053 (Thread 0x7f4760757640 (LWP 4606) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f475f857060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f475f857060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1052 (Thread 0x7f4761a61640 (LWP 4605) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4760b61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4760b61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1051 (Thread 0x7f4763874640 (LWP 4604) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4761e6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4761e6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1050 (Thread 0x7f4764075640 (LWP 4603) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4762974060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4762974060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1049 (Thread 0x7f4765e88640 (LWP 4602) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1048 (Thread 0x7f4767192640 (LWP 4601) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4764f88060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4764f88060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1047 (Thread 0x7f476849c640 (LWP 4598) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5150000bf098, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5150000bf098, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5150000bf070, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5150000bf018, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4766292060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4766292060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1046 (Thread 0x7f4768c9d640 (LWP 4597) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1045 (Thread 0x7f4769fa7640 (LWP 4596) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47690a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47690a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1044 (Thread 0x7f476b2b1640 (LWP 4595) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1043 (Thread 0x7f476d0c4640 (LWP 4594) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f476b6bb460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f476b6bb460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1042 (Thread 0x7f476d8c5640 (LWP 4593) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1041 (Thread 0x7f476ebcf640 (LWP 4592) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1040 (Thread 0x7f476fed9640 (LWP 4591) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f476efd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f476efd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1039 (Thread 0x7f47711e3640 (LWP 4590) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1038 (Thread 0x7f47724ed640 (LWP 4589) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47715ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47715ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1037 (Thread 0x7f4774300640 (LWP 4588) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1036 (Thread 0x7f4774b01640 (LWP 4587) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4773400060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4773400060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1035 (Thread 0x7f4775e0b640 (LWP 4586) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1034 (Thread 0x7f4777c1e640 (LWP 4585) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1033 (Thread 0x7f477841f640 (LWP 4584) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1032 (Thread 0x7f477a232640 (LWP 4583) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1031 (Thread 0x7f477aa33640 (LWP 4582) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4779332060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4779332060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1030 (Thread 0x7f477bd3d640 (LWP 4581) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f477ae3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f477ae3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1029 (Thread 0x7f477d047640 (LWP 4580) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f477c147060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f477c147060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1028 (Thread 0x7f477ee5a640 (LWP 4579) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1027 (Thread 0x7f4780164640 (LWP 4578) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f477df5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f477df5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1026 (Thread 0x7f4780965640 (LWP 4577) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f477f264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f477f264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1025 (Thread 0x7f4781c6f640 (LWP 4576) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4780d6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4780d6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1024 (Thread 0x7f4783a82640 (LWP 4575) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1023 (Thread 0x7f4784283640 (LWP 4574) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1022 (Thread 0x7f478558d640 (LWP 4573) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f478468d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f478468d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1021 (Thread 0x7f4786897640 (LWP 4572) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4785997060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4785997060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1020 (Thread 0x7f4787ba1640 (LWP 4571) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1019 (Thread 0x7f4788eab640 (LWP 4570) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1018 (Thread 0x7f478a1b5640 (LWP 4569) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47892b5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47892b5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1017 (Thread 0x7f478bfc8640 (LWP 4568) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f478a5bf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f478a5bf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1016 (Thread 0x7f478d2d2640 (LWP 4567) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f478c3d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f478c3d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1015 (Thread 0x7f478f0e5640 (LWP 4566) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f478d6dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f478d6dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1014 (Thread 0x7f47903ef640 (LWP 4564) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1013 (Thread 0x7f4790bf0640 (LWP 4563) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f478f4ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f478f4ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1012 (Thread 0x7f4791efa640 (LWP 4562) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4790ffa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4790ffa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1011 (Thread 0x7f4793d0d640 (LWP 4561) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4792304060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4792304060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1010 (Thread 0x7f479450e640 (LWP 4560) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4792e0d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4792e0d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1009 (Thread 0x7f4796321640 (LWP 4559) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4794918060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4794918060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1008 (Thread 0x7f4796b22640 (LWP 4558) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4795421060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4795421060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1007 (Thread 0x7f4797e2c640 (LWP 4557) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4796f2c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4796f2c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1006 (Thread 0x7f479a748640 (LWP 4556) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4798236060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4798236060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1005 (Thread 0x7f479af49640 (LWP 4555) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1004 (Thread 0x7f479c253640 (LWP 4554) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1003 (Thread 0x7f479e066640 (LWP 4553) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f479c65d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f479c65d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1002 (Thread 0x7f479e867640 (LWP 4552) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f479d166060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f479d166060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1001 (Thread 0x7f47a067a640 (LWP 4551) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1000 (Thread 0x7f47a1984640 (LWP 4550) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f479f77a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f479f77a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 999 (Thread 0x7f47a2185640 (LWP 4549) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 998 (Thread 0x7f47a348f640 (LWP 4548) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 997 (Thread 0x7f47a52a2640 (LWP 4547) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f478b0c8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f478b0c8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 996 (Thread 0x7f47a65ac640 (LWP 4546) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47a43a2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47a43a2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 995 (Thread 0x7f47a78b6640 (LWP 4545) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47a56ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47a56ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 994 (Thread 0x7f47a81ba640 (LWP 4544) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47a3899060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47a3899060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 993 (Thread 0x7f47a94c4640 (LWP 4543) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 992 (Thread 0x7f47ac0e9640 (LWP 4542) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 991 (Thread 0x7f47ac8ea640 (LWP 4541) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 990 (Thread 0x7f47adbf4640 (LWP 4540) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47aa5dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47aa5dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 989 (Thread 0x7f47aeefe640 (LWP 4539) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 988 (Thread 0x7f47b0208640 (LWP 4538) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47accf4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47accf4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 987 (Thread 0x7f47b0a09640 (LWP 4537) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 986 (Thread 0x7f47b1d13640 (LWP 4536) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47adffe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47adffe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 985 (Thread 0x7f47b301d640 (LWP 4535) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47b0e13060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47b0e13060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 984 (Thread 0x7f47b4e30640 (LWP 4534) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 983 (Thread 0x7f47b5631640 (LWP 4533) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47b3427060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47b3427060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 982 (Thread 0x7f47b693b640 (LWP 4532) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47b3f30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47b3f30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 981 (Thread 0x7f47b7c45640 (LWP 4531) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 980 (Thread 0x7f47b8f4f640 (LWP 4530) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 979 (Thread 0x7f47ba259640 (LWP 4529) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47b804f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47b804f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 978 (Thread 0x7f47bb563640 (LWP 4528) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 977 (Thread 0x7f47bc86d640 (LWP 4527) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47ba663060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47ba663060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 976 (Thread 0x7f47bdb77640 (LWP 4526) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 975 (Thread 0x7f47be378640 (LWP 4525) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47bcc77060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47bcc77060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 974 (Thread 0x7f47c018b640 (LWP 4524) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 973 (Thread 0x7f47c1495640 (LWP 4523) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 972 (Thread 0x7f47c1c96640 (LWP 4522) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 971 (Thread 0x7f47c3aa9640 (LWP 4519) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47c20a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47c20a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 970 (Thread 0x7f47c4db3640 (LWP 4518) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47c3eb3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47c3eb3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 969 (Thread 0x7f47c60bd640 (LWP 4517) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47c2ba9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47c2ba9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 968 (Thread 0x7f47c68be640 (LWP 4516) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47c51bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47c51bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 967 (Thread 0x7f48028d4640 (LWP 4515) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47c6cc8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47c6cc8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 966 (Thread 0x7f47c91da640 (LWP 4514) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 965 (Thread 0x7f47c99db640 (LWP 4513) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 964 (Thread 0x7f47cb7ee640 (LWP 4512) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47c9de5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47c9de5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 963 (Thread 0x7f47cbfef640 (LWP 4511) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 962 (Thread 0x7f47cfe05640 (LWP 4509) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 961 (Thread 0x7f47d110f640 (LWP 4508) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47ce3fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47ce3fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 960 (Thread 0x7f47d2419640 (LWP 4507) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 959 (Thread 0x7f47d2c1a640 (LWP 4506) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47d1519060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47d1519060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 958 (Thread 0x7f47d3f24640 (LWP 4505) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47d3024060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47d3024060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 957 (Thread 0x7f47d5d37640 (LWP 4504) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47d4e37060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47d4e37060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 956 (Thread 0x7f47d6538640 (LWP 4503) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47d432e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47d432e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 955 (Thread 0x7f47d7842640 (LWP 4502) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 954 (Thread 0x7f47d8b4c640 (LWP 4501) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47d7c4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47d7c4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 953 (Thread 0x7f47d9e56640 (LWP 4500) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47d8f56060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47d8f56060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 952 (Thread 0x7f47db160640 (LWP 4499) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47da260060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47da260060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 951 (Thread 0x7f47dcf73640 (LWP 4498) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47db56a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47db56a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 950 (Thread 0x7f47dd774640 (LWP 4497) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47dc073060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47dc073060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 949 (Thread 0x7f47dea7e640 (LWP 4496) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47ddb7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47ddb7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 948 (Thread 0x7f47dfd88640 (LWP 4495) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 947 (Thread 0x7f47e1092640 (LWP 4494) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 946 (Thread 0x7f47e2ea5640 (LWP 4493) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47e149c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47e149c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 945 (Thread 0x7f47e41af640 (LWP 4492) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 944 (Thread 0x7f47e54b9640 (LWP 4489) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 943 (Thread 0x7f47e5cba640 (LWP 4488) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 942 (Thread 0x7f47e6fc4640 (LWP 4487) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 941 (Thread 0x7f47e82ce640 (LWP 4486) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 940 (Thread 0x7f47e95d8640 (LWP 4485) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47e86d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47e86d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 939 (Thread 0x7f48005a9640 (LWP 4484) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47e99e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47e99e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 938 (Thread 0x7f48020c7640 (LWP 4483) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47ea4eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47ea4eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 937 (Thread 0x7f4804a15640 (LWP 4482) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47eaff4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47eaff4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 936 (Thread 0x7f4806956640 (LWP 4481) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4803b15060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4803b15060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 935 (Thread 0x7f4807157640 (LWP 4480) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4804e1f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4804e1f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 934 (Thread 0x7f4808461640 (LWP 4479) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4807561060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4807561060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 933 (Thread 0x7f4810bf3640 (LWP 4478) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f480d334060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f480d334060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 932 (Thread 0x7f483b9f2640 (LWP 4477) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4835563060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4835563060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 931 (Thread 0x7f484029e640 (LWP 4476) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 930 (Thread 0x7f48113f4640 (LWP 4458) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f480de3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f480de3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 929 (Thread 0x7f47ec9fd640 (LWP 4443) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47ebafd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47ebafd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 928 (Thread 0x7f48030d5640 (LWP 4442) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47ece07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47ece07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 927 (Thread 0x7f480fb23640 (LWP 4441) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47ee419060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47ee419060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 926 (Thread 0x7f483f6fa640 (LWP 4440) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4805928060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4805928060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 925 (Thread 0x7f47f192e640 (LWP 4413) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47eff25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47eff25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 924 (Thread 0x7f47f2c38640 (LWP 4409) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 923 (Thread 0x7f47f3f42640 (LWP 4402) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47f3042060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47f3042060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 922 (Thread 0x7f47f524c640 (LWP 4401) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 921 (Thread 0x7f47f6556640 (LWP 4400) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 920 (Thread 0x7f47f7860640 (LWP 4399) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47f6960060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47f6960060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 919 (Thread 0x7f47f8b6a640 (LWP 4398) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 918 (Thread 0x7f47fa97d640 (LWP 4397) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 917 (Thread 0x7f47fb17e640 (LWP 4396) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47f9a7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47f9a7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 916 (Thread 0x7f47fc488640 (LWP 4395) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 915 (Thread 0x7f47fd792640 (LWP 4394) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5190000a07c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5190000a07c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5190000a07a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5190000a0748, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47fc892060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47fc892060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 914 (Thread 0x7f47fea9c640 (LWP 4393) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 913 (Thread 0x7f47ffda6640 (LWP 4392) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f47feea6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f47feea6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 912 (Thread 0x7f48018b3640 (LWP 4391) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 911 (Thread 0x7f480976b640 (LWP 4378) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 910 (Thread 0x7f480aa75640 (LWP 4377) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4809b75060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4809b75060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 909 (Thread 0x7f480c414640 (LWP 4376) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f480ae7f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f480ae7f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 908 (Thread 0x7f4812b7b640 (LWP 4367) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 907 (Thread 0x7f4813e85640 (LWP 4363) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4812f85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4812f85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 906 (Thread 0x7f481518f640 (LWP 4362) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f481428f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f481428f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 905 (Thread 0x7f4816499640 (LWP 4361) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4815599060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4815599060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 904 (Thread 0x7f48177a3640 (LWP 4360) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48168a3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48168a3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 903 (Thread 0x7f48195b6640 (LWP 4359) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4817bad060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4817bad060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 902 (Thread 0x7f4819db7640 (LWP 4358) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48186b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48186b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 901 (Thread 0x7f481b0c1640 (LWP 4357) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f481a1c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f481a1c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 900 (Thread 0x7f481ced4640 (LWP 4356) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f481b4cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f481b4cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 899 (Thread 0x7f481e1de640 (LWP 4355) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f481bfd4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f481bfd4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 898 (Thread 0x7f481f4e8640 (LWP 4354) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f481e5e8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f481e5e8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 897 (Thread 0x7f48207f2640 (LWP 4353) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f481d2de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f481d2de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 896 (Thread 0x7f4820ff3640 (LWP 4352) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f481f8f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f481f8f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 895 (Thread 0x7f48222fd640 (LWP 4351) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48213fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48213fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 894 (Thread 0x7f4824110640 (LWP 4350) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4822707060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4822707060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 893 (Thread 0x7f4825f23640 (LWP 4349) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4823210060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4823210060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 892 (Thread 0x7f4826724640 (LWP 4348) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4825023060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4825023060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 891 (Thread 0x7f4826f25640 (LWP 4347) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f482451a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f482451a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 890 (Thread 0x7f482822f640 (LWP 4346) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f482732f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f482732f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 889 (Thread 0x7f4829539640 (LWP 4343) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4828639060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4828639060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 888 (Thread 0x7f482a843640 (LWP 4342) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 887 (Thread 0x7f482bb4d640 (LWP 4341) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f482ac4d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f482ac4d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 886 (Thread 0x7f482ce57640 (LWP 4340) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f482bf57060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f482bf57060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 885 (Thread 0x7f482e161640 (LWP 4339) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f482d261060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f482d261060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 884 (Thread 0x7f482f46b640 (LWP 4338) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f482e56b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f482e56b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 883 (Thread 0x7f4830775640 (LWP 4337) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f482f875060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f482f875060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 882 (Thread 0x7f4831a7f640 (LWP 4336) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4830b7f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4830b7f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 881 (Thread 0x7f4832d89640 (LWP 4335) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4831e89060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4831e89060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 880 (Thread 0x7f4834093640 (LWP 4334) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4833193060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4833193060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 879 (Thread 0x7f48388b3640 (LWP 4320) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f483616f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f483616f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 878 (Thread 0x7f483b1cf640 (LWP 4319) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48379b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48379b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 877 (Thread 0x7f483c1f3640 (LWP 4316) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4836eaa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4836eaa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 876 (Thread 0x7f483c9f4640 (LWP 4315) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 875 (Thread 0x7f483d1f5640 (LWP 4313) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4838cbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4838cbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 874 (Thread 0x7f483d9f6640 (LWP 4312) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f483a2cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f483a2cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 873 (Thread 0x7f48418ae640 (LWP 4302) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48406a8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48406a8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 872 (Thread 0x7f484468c640 (LWP 4300) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4843483060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4843483060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 871 (Thread 0x7f4846ba6640 (LWP 4299) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4845ca6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4845ca6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 870 (Thread 0x7f4847fb3640 (LWP 4298) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4846fb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4846fb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 869 (Thread 0x7f48492bd640 (LWP 4297) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 868 (Thread 0x7f484a5c7640 (LWP 4296) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48496c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48496c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 867 (Thread 0x7f484b8d1640 (LWP 4295) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 866 (Thread 0x7f484d67a640 (LWP 4294) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504001966a90, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504001966a90, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b000843c80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b000843c80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f484c60ca60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 865 (Thread 0x7f4853927640 (LWP 4201) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040028ce890, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040028ce890, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b000fdff80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b000fdff80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f4852890e60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 864 (Thread 0x7f48550ae640 (LWP 4182) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48541ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48541ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 863 (Thread 0x7f4856ec1640 (LWP 4181) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48554b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48554b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 862 (Thread 0x7f48576c2640 (LWP 4180) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4855fc1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4855fc1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 861 (Thread 0x7f48589cc640 (LWP 4179) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4857acc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4857acc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 860 (Thread 0x7f4859cd6640 (LWP 4178) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 859 (Thread 0x7f485bae9640 (LWP 4177) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f485a0e0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f485a0e0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 858 (Thread 0x7f485c2ea640 (LWP 4176) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f485abe9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f485abe9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 857 (Thread 0x7f485d5f4640 (LWP 4174) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f485c6f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f485c6f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 856 (Thread 0x7f485e8fe640 (LWP 4172) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f485d9fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f485d9fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 855 (Thread 0x7f485fc08640 (LWP 4171) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 854 (Thread 0x7f4860f12640 (LWP 4168) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4860012060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4860012060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 853 (Thread 0x7f486221c640 (LWP 4165) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f486131c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f486131c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 852 (Thread 0x7f4863526640 (LWP 4164) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4862626060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4862626060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 851 (Thread 0x7f4864830640 (LWP 4162) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4863930060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4863930060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 850 (Thread 0x7f4865b3a640 (LWP 4161) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4864c3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4864c3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 849 (Thread 0x7f4866e44640 (LWP 4160) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 848 (Thread 0x7f4868d72640 (LWP 4157) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x50c000b2d098) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600e6bfc518 in Poco::Event::wait (this=0x50c000b2d0f0, this@entry=0x5030006e4130) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 DB::TransactionLog::runUpdatingThread (this=0x515000773d98) at ./build_docker/./src/Interpreters/TransactionLog.cpp:214 #5 0x00005600e6c1aaa9 in std::__1::__invoke[abi:v15000](void (DB::TransactionLog::*&)(), DB::TransactionLog*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #6 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 #7 std::__1::apply[abi:v15000]&>(void (DB::TransactionLog::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::TransactionLog::*&&)(), DB::TransactionLog*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #9 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4867c6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f4867c6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #13 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #15 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #16 0x00005600c2472a5b in asan_thread_start(void*) () #17 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 847 (Thread 0x7f486a07c640 (LWP 4156) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 846 (Thread 0x7f486b386640 (LWP 4155) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 845 (Thread 0x7f486c690640 (LWP 4154) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 844 (Thread 0x7f486d99a640 (LWP 4153) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 843 (Thread 0x7f486eca4640 (LWP 4152) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f486dda4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f486dda4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 842 (Thread 0x7f486ffae640 (LWP 4151) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f486f0ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f486f0ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 841 (Thread 0x7f48712b8640 (LWP 4150) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 840 (Thread 0x7f48725c2640 (LWP 4149) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48716c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48716c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 839 (Thread 0x7f4880bb8640 (LWP 4148) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f487d1a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f487d1a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 838 (Thread 0x7f4875665640 (LWP 4090) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4874765060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4874765060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 837 (Thread 0x7f487696f640 (LWP 4087) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 836 (Thread 0x7f487f0ab640 (LWP 4086) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4876d79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4876d79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 835 (Thread 0x7f48803b5640 (LWP 4011) "TCPHandler"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504000a53d50, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504000a53d50, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600d4b9be64 in Poco::Net::Socket::poll (this=, timeout=..., mode=5) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:134 #6 0x00005600ea38bab6 in DB::TCPHandler::runImpl (this=0x51b002edd280) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x00005600ea3d1671 in DB::TCPHandler::run (this=0x51b002edd280) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x00005600f1e8f2ef in Poco::Net::TCPServerConnection::start (this=0x7f487f344e60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x00005600f1e8ff97 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab8140) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x00005600c2472a5b in asan_thread_start(void*) () #13 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 834 (Thread 0x7f48960ab640 (LWP 3957) "MySQLHandler"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600f2220c5a in Poco::Event::tryWait (this=0x50b01adb98e8, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x511000ab88f0, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x00005600f1e8fdc4 in Poco::Net::TCPServerDispatcher::run (this=0x511000ab88c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x00005600f229cf1c in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x00005600c2472a5b in asan_thread_start(void*) () #9 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 833 (Thread 0x7f4885ae8640 (LWP 3946) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4884be8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4884be8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 832 (Thread 0x7f48879fe640 (LWP 3942) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4885ff5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4885ff5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 831 (Thread 0x7f4888d08640 (LWP 3941) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4886afe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4886afe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 830 (Thread 0x7f4889509640 (LWP 3940) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4887e08060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4887e08060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 829 (Thread 0x7f488b31c640 (LWP 3939) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4889913060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4889913060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 828 (Thread 0x7f488c626640 (LWP 3938) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f488a41c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f488a41c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 827 (Thread 0x7f488ce27640 (LWP 3937) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f488b726060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f488b726060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 826 (Thread 0x7f488ef43640 (LWP 3935) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f488d437060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f488d437060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 825 (Thread 0x7f488f744640 (LWP 3934) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f488df40060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f488df40060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 824 (Thread 0x7f489175d640 (LWP 3933) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f488fd54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f488fd54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 823 (Thread 0x7f489317c640 (LWP 3931) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f489227c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f489227c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 822 (Thread 0x7f4894486640 (LWP 3930) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df44, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df44, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4893586060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4893586060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 821 (Thread 0x7f4895790640 (LWP 3929) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4894890060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4894890060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 820 (Thread 0x7f4897f85640 (LWP 3897) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4897085060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4897085060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 819 (Thread 0x7f489ad5a640 (LWP 3895) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4899d57060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4899d57060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 818 (Thread 0x7f489d6ac640 (LWP 3894) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040003a8390, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040003a8390, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a12cc8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 817 (Thread 0x7f489e0c1640 (LWP 3893) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040003a6d50, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040003a6d50, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a12b48, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 816 (Thread 0x7f489f4e4640 (LWP 3892) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040000fa310, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040000fa310, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a129c8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 815 (Thread 0x7f48a0907640 (LWP 3891) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x50e000638bc0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x50e000638bc0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a11c48, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 814 (Thread 0x7f48a1d4c640 (LWP 3890) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x5040000f96d0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x5040000f96d0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a11ac8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 813 (Thread 0x7f48a3b7d640 (LWP 3889) "DDLWorkerClnr"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x50c0001bc298) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600e3ffa7f3 in Poco::Event::wait (this=0x50c0001bc2f4, this@entry=0x5030020bcc30) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 DB::DDLWorker::runCleanupThread (this=0x517000191e00) at ./build_docker/./src/Interpreters/DDLWorker.cpp:1189 #5 0x00005600e4041649 in std::__1::__invoke[abi:v15000](void (DB::DDLWorker::*&)(), DB::DDLWorker*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #6 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 #7 std::__1::apply[abi:v15000]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #9 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48a216c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f48a216c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #13 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #15 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #16 0x00005600c2472a5b in asan_thread_start(void*) () #17 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 812 (Thread 0x7f48a438c640 (LWP 3888) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504001232190, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504001232190, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a117c8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 811 (Thread 0x7f48a56ac640 (LWP 3887) "DDLWorker"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f218630d in Poco::EventImpl::waitImpl (this=0x50c0001bc1d8) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x00005600e3ff6860 in Poco::Event::wait (this=0x50c0001bc230, this@entry=0x503000057be0) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 DB::DDLWorker::runMainThread (this=) at ./build_docker/./src/Interpreters/DDLWorker.cpp:1150 #5 0x00005600e4041649 in std::__1::__invoke[abi:v15000](void (DB::DDLWorker::*&)(), DB::DDLWorker*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #6 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 #7 std::__1::apply[abi:v15000]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #9 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48a47ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f48a47ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #13 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #15 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #16 0x00005600c2472a5b in asan_thread_start(void*) () #17 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 810 (Thread 0x7f48a75c2640 (LWP 3886) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x50e000638a00, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x50e000638a00, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a11648, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 809 (Thread 0x7f48a7dc3640 (LWP 3885) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504001679110, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504001679110, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x512000a114c8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 808 (Thread 0x7f48a91d0640 (LWP 3884) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48a82d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48a82d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 807 (Thread 0x7f48ac81e640 (LWP 3883) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48aae15060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48aae15060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 806 (Thread 0x7f48ae436640 (LWP 3882) "ExterLdrReload"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x50c0001cf350, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e4de16f1 in std::__1::condition_variable::wait_for > (this=0x50c0001cf350, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x50c0001cf350, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x50c0001cf350, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 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=0x50c0001cf350, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=this@entry=0x50c0001cf350, __lk=..., __d=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 0x00005600e4de0bee in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x50c0001cf300) at ./build_docker/./src/Interpreters/ExternalLoader.cpp:1258 #10 0x00005600e4de6f69 in std::__1::__invoke[abi:v15000](void (DB::ExternalLoader::PeriodicUpdater::*&)(), DB::ExternalLoader::PeriodicUpdater*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #11 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 #12 std::__1::apply[abi:v15000]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48ad536460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f48ad536460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 805 (Thread 0x7f48af740640 (LWP 3881) "ConfigReloader"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600eb97b9cb in Poco::Event::tryWait (this=0x50c0000ed470, this@entry=0xa24000216b8, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 DB::ConfigReloader::run (this=0x51200010b4c0) at ./build_docker/./src/Common/Config/ConfigReloader.cpp:81 #5 0x00005600eb97e249 in std::__1::__invoke[abi:v15000](void (DB::ConfigReloader::*&)(), DB::ConfigReloader*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #6 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 #7 std::__1::apply[abi:v15000]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #9 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48ae840060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f48ae840060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #13 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #15 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #16 0x00005600c2472a5b in asan_thread_start(void*) () #17 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 804 (Thread 0x7f48b0a4a640 (LWP 3880) "ConfigReloader"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f21868f6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x00005600eb97b9cb in Poco::Event::tryWait (this=0x50c00000bab0, this@entry=0xa24000106d8, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 DB::ConfigReloader::run (this=0x5120000835c0) at ./build_docker/./src/Common/Config/ConfigReloader.cpp:81 #5 0x00005600eb97e249 in std::__1::__invoke[abi:v15000](void (DB::ConfigReloader::*&)(), DB::ConfigReloader*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #6 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 #7 std::__1::apply[abi:v15000]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #9 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48afb4a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f48afb4a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #13 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #15 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #16 0x00005600c2472a5b in asan_thread_start(void*) () #17 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 803 (Thread 0x7f48b1d54640 (LWP 3879) "AsyncMetrics"): #0 0x00007f4d70a4a81c in read () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c23f4bcf in __interceptor_read () #2 0x00005600d492c295 in DB::ReadBufferFromFileDescriptor::readImpl (this=, to=, min_bytes=1, max_bytes=1048576, offset=) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:75 #3 0x00005600d492cca5 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7f48b0e7d890) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:124 #4 0x00005600c31d950b in DB::ReadBuffer::next() () #5 0x00005600e1e9cff2 in DB::ReadBuffer::eof (this=0x7f48b0e7d890) at ./src/IO/ReadBuffer.h:106 #6 DB::PageCache::getResidentSetSize (this=) at ./build_docker/./src/Common/PageCache.cpp:257 #7 0x00005600e671da55 in DB::ServerAsynchronousMetrics::updateImpl (this=0x7ffdbebbfee0, update_time=..., current_time=..., force_update=, first_run=, new_values=...) at ./build_docker/./src/Interpreters/ServerAsynchronousMetrics.cpp:84 #8 0x00005600d4b28be9 in DB::AsynchronousMetrics::update (this=, update_time=..., force_update=) at ./build_docker/./src/Common/AsynchronousMetrics.cpp:1640 #9 0x00005600d4b2cd81 in DB::AsynchronousMetrics::run (this=0x7ffdbebbfee0) at ./build_docker/./src/Common/AsynchronousMetrics.cpp:366 #10 0x00005600d4b2f09b in DB::AsynchronousMetrics::start()::$_0::operator()() const (this=) at ./build_docker/./src/Common/AsynchronousMetrics.cpp:280 #11 std::__1::__invoke[abi:v15000](DB::AsynchronousMetrics::start()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 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 #13 std::__1::apply[abi:v15000]&>(DB::AsynchronousMetrics::start()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}::operator()() (this=0x503000e56ab0) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&>(DB::AsynchronousMetrics::start()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 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 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000e56ab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48b0e54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f48b0e54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 802 (Thread 0x7f48b305e640 (LWP 3878) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48b215e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48b215e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 801 (Thread 0x7f48b4f8c640 (LWP 3877) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48b408c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48b408c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 800 (Thread 0x7f48b66a2640 (LWP 3876) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48b569f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48b569f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 799 (Thread 0x7f48b79ac640 (LWP 3875) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48b6aac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48b6aac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 798 (Thread 0x7f48b9ce6640 (LWP 3874) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48b89da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48b89da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 797 (Thread 0x7f48baff0640 (LWP 3873) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48ba0f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48ba0f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 796 (Thread 0x7f48bc3fd640 (LWP 3872) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48bb4fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48bb4fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 795 (Thread 0x7f48bd707640 (LWP 3871) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48bc807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48bc807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 794 (Thread 0x7f48bea11640 (LWP 3870) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48bdb11060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48bdb11060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 793 (Thread 0x7f48c0824640 (LWP 3869) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48bee1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48bee1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 792 (Thread 0x7f48c1025640 (LWP 3868) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48bf924060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48bf924060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 791 (Thread 0x7f48c232f640 (LWP 3867) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c142f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c142f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 790 (Thread 0x7f48c4142640 (LWP 3866) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c3242060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c3242060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 789 (Thread 0x7f48c544c640 (LWP 3865) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c454c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c454c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 788 (Thread 0x7f48c5c4d640 (LWP 3864) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c2739060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c2739060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 787 (Thread 0x7f48c6f57640 (LWP 3863) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c6057060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c6057060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 786 (Thread 0x7f48c8d6a640 (LWP 3862) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c7361060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c7361060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 785 (Thread 0x7f48c956b640 (LWP 3861) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c7e6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c7e6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 784 (Thread 0x7f49917b2640 (LWP 3860) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48c9975060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48c9975060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 783 (Thread 0x7f4c370f9640 (LWP 3859) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48ca47e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48ca47e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 782 (Thread 0x7f48cbe87640 (LWP 3858) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48caf87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48caf87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 781 (Thread 0x7f48cd191640 (LWP 3857) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48cc291060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48cc291060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 780 (Thread 0x7f48ce49b640 (LWP 3856) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48cd59b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48cd59b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 779 (Thread 0x7f48d02ae640 (LWP 3855) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48ce8a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48ce8a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 778 (Thread 0x7f48d0aaf640 (LWP 3854) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48cf3ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48cf3ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 777 (Thread 0x7f48d1db9640 (LWP 3853) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48d0eb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48d0eb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 776 (Thread 0x7f48d30c3640 (LWP 3852) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48d21c3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48d21c3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 775 (Thread 0x7f48d43cd640 (LWP 3851) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48d34cd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48d34cd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 774 (Thread 0x7f48d56d7640 (LWP 3850) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48d47d7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48d47d7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 773 (Thread 0x7f48d69e1640 (LWP 3848) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48d5ae1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48d5ae1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 772 (Thread 0x7f48da16e640 (LWP 3847) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48d6deb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48d6deb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 771 (Thread 0x7f48dbf89640 (LWP 3831) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48da580060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48da580060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 770 (Thread 0x7f48dc78a640 (LWP 3830) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48db089060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48db089060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 769 (Thread 0x7f48dda94640 (LWP 3829) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48dcb94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48dcb94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 768 (Thread 0x7f48df8a7640 (LWP 3828) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48de9a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48de9a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 767 (Thread 0x7f48e0bb1640 (LWP 3827) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48dde9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48dde9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 766 (Thread 0x7f48e13b2640 (LWP 3826) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 765 (Thread 0x7f48e31c5640 (LWP 3825) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48e17bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48e17bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 764 (Thread 0x7f48e3ac9640 (LWP 3824) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48e22c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48e22c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 763 (Thread 0x7f48e4ed6640 (LWP 3823) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48e3ed3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48e3ed3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 762 (Thread 0x7f48e61e0640 (LWP 3822) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 761 (Thread 0x7f48e77f3640 (LWP 3821) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 760 (Thread 0x7f48e8afd640 (LWP 3820) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48e7bfd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48e7bfd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 759 (Thread 0x7f48e9e07640 (LWP 3819) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000243c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000243c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000024340, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48e8f07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48e8f07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 758 (Thread 0x7f48eb111640 (LWP 3818) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120011c2bc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120011c2bc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5120011c2b98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120011c2b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48ea211060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48ea211060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 757 (Thread 0x7f48ec41b640 (LWP 3817) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48eb51b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48eb51b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 756 (Thread 0x7f48ed725640 (LWP 3816) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 755 (Thread 0x7f48eea2f640 (LWP 3815) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48edb2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48edb2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 754 (Thread 0x7f48efd39640 (LWP 3814) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 753 (Thread 0x7f48f1043640 (LWP 3813) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f0143060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48f0143060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 752 (Thread 0x7f48f234d640 (LWP 3812) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f144d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48f144d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 751 (Thread 0x7f48f3657640 (LWP 3811) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120000210c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120000210c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a016c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x512000021098, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x00005600c2472a5b in asan_thread_start(void*) () #11 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 750 (Thread 0x7f48f4961640 (LWP 3810) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f3a61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48f3a61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 749 (Thread 0x7f48f5c6b640 (LWP 3809) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f4d6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48f4d6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 748 (Thread 0x7f48f6f75640 (LWP 3807) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000c1a7c0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000c1a7c0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000c1a798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000c1a740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f6075060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48f6075060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 747 (Thread 0x7f4c80ca8640 (LWP 3806) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000024544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000024544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000024518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000244c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f737f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f48f737f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 746 (Thread 0x7f4c86a2c640 (LWP 3805) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c7e873060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4c7e873060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 745 (Thread 0x7f48f8d88640 (LWP 3796) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7f48f7ce3e70, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e6abc73a in std::__1::condition_variable::wait_until > > (this=0x7f48f7ce3e70, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #5 std::__1::this_thread::sleep_until > > (__t=...) at ./contrib/llvm-project/libcxx/include/thread:395 #6 0x00005600e6abb7e5 in DB::MetricLog::metricThreadFunction (this=) at ./build_docker/./src/Interpreters/MetricLog.cpp:123 #7 0x00005600e6abc1bb in DB::MetricLog::startCollectMetric(unsigned long)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/MetricLog.cpp:63 #8 std::__1::__invoke[abi:v15000](DB::MetricLog::startCollectMetric(unsigned long)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 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 #10 std::__1::apply[abi:v15000]&>(DB::MetricLog::startCollectMetric(unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=0x503000159400) at ./src/Common/ThreadPool.h:223 #12 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}&>(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 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 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000159400) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::MetricLog::startCollectMetric(unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f7e88060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7f48f7e88060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #19 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #20 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00005600c2472a5b in asan_thread_start(void*) () #24 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #25 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 744 (Thread 0x7f48fa092640 (LWP 3795) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000788958, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aef504 in std::__1::condition_variable::wait_for > (this=0x512000788958, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000788958, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000788958, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x512000788958, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4aa4fa3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000788980, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a96c77 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae8c50 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159520) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48f9192060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f48f9192060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 743 (Thread 0x7f48fb39c640 (LWP 3794) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200075e4d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aedb64 in std::__1::condition_variable::wait_for > (this=0x51200075e4d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200075e4d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200075e4d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x51200075e4d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a9ce03 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x51200075e504, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a3cc57 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae3dd0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159640) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48fa49c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f48fa49c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 742 (Thread 0x7f48fc6a6640 (LWP 3792) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000771858, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aeeac4 in std::__1::condition_variable::wait_for > (this=0x512000771858, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000771858, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000771858, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x512000771858, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4aa1ba3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000771884, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a72c77 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae6c50 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159880) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48fb7a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f48fb7a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 741 (Thread 0x7f48fd9b0640 (LWP 3791) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200077d0d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aeefe4 in std::__1::condition_variable::wait_for > (this=0x51200077d0d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200077d0d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200077d0d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x51200077d0d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4aa35c3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x51200077d100, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a84c77 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae7c50 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159760) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48fcab0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f48fcab0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 740 (Thread 0x7f48fecba640 (LWP 3790) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000708fd8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aee084 in std::__1::condition_variable::wait_for > (this=0x512000708fd8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000708fd8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000708fd8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x512000708fd8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a9e7e3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000709000, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a4ec57 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae4dd0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x5030001599a0) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f48fddba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f48fddba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 739 (Thread 0x7f4902236640 (LWP 3784) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200073b9d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aecc04 in std::__1::condition_variable::wait_for > (this=0x51200073b9d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200073b9d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200073b9d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x51200073b9d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a98063 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x51200073ba04, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a06c57 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae1230 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159c70) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4901336060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4901336060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 738 (Thread 0x7f490375c640 (LWP 3783) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120006390d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aec1c4 in std::__1::condition_variable::wait_for > (this=0x5120006390d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120006390d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120006390d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x5120006390d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a94e43 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000639104, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e69e2d17 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4adf2b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x50300015a090) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4902759060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4902759060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 737 (Thread 0x7f4904f8b640 (LWP 3782) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f490408b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f490408b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 736 (Thread 0x7f49066b7640 (LWP 3781) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000754ed8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aec6e4 in std::__1::condition_variable::wait_for > (this=0x512000754ed8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000754ed8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000754ed8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x512000754ed8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a967ac in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000754f00, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e69f4cf7 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae0230 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159b50) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49057b7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f49057b7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 735 (Thread 0x7f49080ec640 (LWP 3780) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49070e9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f49070e9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 734 (Thread 0x7f490961a640 (LWP 3779) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4908712060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4908712060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 733 (Thread 0x7f490a932640 (LWP 3778) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4909a32060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4909a32060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 732 (Thread 0x7f490bc52640 (LWP 3777) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f490ad52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f490ad52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 731 (Thread 0x7f490da93640 (LWP 3776) "ExterLdrReload"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x50c000146d90, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e4de16f1 in std::__1::condition_variable::wait_for > (this=0x50c000146d90, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x50c000146d90, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x50c000146d90, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 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=0x50c000146d90, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=this@entry=0x50c000146d90, __lk=..., __d=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 0x00005600e4de0bee in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x50c000146d40) at ./build_docker/./src/Interpreters/ExternalLoader.cpp:1258 #10 0x00005600e4de6f69 in std::__1::__invoke[abi:v15000](void (DB::ExternalLoader::PeriodicUpdater::*&)(), DB::ExternalLoader::PeriodicUpdater*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #11 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 #12 std::__1::apply[abi:v15000]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f490cb93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f490cb93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 730 (Thread 0x7f49108d9640 (LWP 3770) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f490eec8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f490eec8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 729 (Thread 0x7f4911bf9640 (LWP 3769) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200070df58, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aea304 in std::__1::condition_variable::wait_for > (this=0x51200070df58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200070df58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200070df58, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x51200070df58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a8b383 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x51200070df84, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6976757 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ad92b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159d90) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f490f9d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f490f9d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 728 (Thread 0x7f4912f19640 (LWP 3768) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120006453d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4ae98c4 in std::__1::condition_variable::wait_for > (this=0x5120006453d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120006453d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120006453d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x5120006453d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a88043 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000645404, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6952637 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ad72b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x50300015a000) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4910cf9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4910cf9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 727 (Thread 0x7f4914239640 (LWP 3767) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120001341d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aead44 in std::__1::condition_variable::wait_for > (this=0x5120001341d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120001341d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120001341d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x5120001341d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a8e723 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000134200, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e699aa17 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4adb2b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x50300015a240) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4913339060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4913339060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 726 (Thread 0x7f4914a6b640 (LWP 3766) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120007182d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4ae93a4 in std::__1::condition_variable::wait_for > (this=0x5120007182d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120007182d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120007182d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x5120007182d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a865c3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000718304, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6940597 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ad62b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159e50) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4912019060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4912019060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 725 (Thread 0x7f4915d8b640 (LWP 3765) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000018b58, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aed644 in std::__1::condition_variable::wait_for > (this=0x512000018b58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000018b58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000018b58, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x512000018b58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a9b423 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000018b80, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a2ac57 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae2dd0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159f10) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4914e8b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4914e8b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 724 (Thread 0x7f49170ab640 (LWP 3764) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200065b2d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4ae9de4 in std::__1::condition_variable::wait_for > (this=0x51200065b2d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200065b2d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200065b2d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x51200065b2d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a899e3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x51200065b304, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6964617 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ad82b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159ee0) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49161ab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f49161ab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 723 (Thread 0x7f4918edc640 (LWP 3763) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000728058, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aeb784 in std::__1::condition_variable::wait_for > (this=0x512000728058, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000728058, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000728058, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x512000728058, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a91ac3 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000728084, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e69becf7 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4add2b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159d00) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49174bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f49174bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 722 (Thread 0x7f491a1fc640 (LWP 3762) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120006138d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aeb264 in std::__1::condition_variable::wait_for > (this=0x5120006138d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120006138d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120006138d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x5120006138d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a90103 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000613904, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e69acb77 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4adc2b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x50300015a1b0) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4917fdc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4917fdc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 721 (Thread 0x7f491aa0c640 (LWP 3761) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200062f058, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aea824 in std::__1::condition_variable::wait_for > (this=0x51200062f058, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200062f058, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200062f058, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x51200062f058, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a8cd43 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x51200062f084, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6988897 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ada2b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x50300015a120) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49192fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f49192fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 720 (Thread 0x7f491b21b640 (LWP 3760) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200074f1d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aebca4 in std::__1::condition_variable::wait_for > (this=0x51200074f1d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200074f1d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200074f1d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x51200074f1d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a93463 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x51200074f200, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e69d0cf7 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ade2b0 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159b80) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f490e385060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f490e385060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 719 (Thread 0x7f491c53b640 (LWP 3759) "SystemLogFlush"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000762258, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4aed124 in std::__1::condition_variable::wait_for > (this=0x512000762258, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000762258, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000762258, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=this@entry=0x512000762258, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600d4a99a43 in std::__1::condition_variable::wait_for[abi:v15000], DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop(std::__1::vector >&, bool&, bool&)::{lambda()#1}) (this=0x512000762284, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::SystemLogQueue::pop (this=, output=..., should_prepare_tables_anyway=, exit_this_thread=) at ./build_docker/./src/Common/SystemLogBase.cpp:195 #10 0x00005600e6a18c57 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x00005600d4ae2230 in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:251 #12 std::__1::__invoke[abi:v15000]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__apply_tuple_impl[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #14 std::__1::apply[abi:v15000]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x503000159ac0) at ./src/Common/ThreadPool.h:223 #16 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f491b63b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f491b63b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 718 (Thread 0x7f491d85b640 (LWP 3758) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c648, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c648, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c648, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c648, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c648, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c648, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09710) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f491c95b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f491c95b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 717 (Thread 0x7f491eb7b640 (LWP 3757) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c598, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c598, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c598, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c598, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c598, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c598, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09650) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f491dc7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f491dc7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 716 (Thread 0x7f491fe9b640 (LWP 3756) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c4e8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c4e8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c4e8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c4e8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c4e8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c4e8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09590) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f491ef9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f491ef9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 715 (Thread 0x7f49211bb640 (LWP 3755) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c438, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c438, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c438, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c438, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c438, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c438, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a094d0) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a094d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49202bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f49202bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 714 (Thread 0x7f49224db640 (LWP 3754) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c388, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c388, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c388, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c388, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c388, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c388, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09410) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49215db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f49215db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 713 (Thread 0x7f49237fb640 (LWP 3753) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c2d8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c2d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c2d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c2d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c2d8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c2d8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09350) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49228fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f49228fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 712 (Thread 0x7f4924b1b640 (LWP 3752) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c228, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c228, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c228, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c228, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c228, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c228, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09290) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4923c1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f4923c1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 711 (Thread 0x7f4925e3b640 (LWP 3751) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c178, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c178, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c178, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c178, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c178, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c178, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a091d0) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a091d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4924f3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f4924f3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 710 (Thread 0x7f4927c6c640 (LWP 3750) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c0c8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c0c8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c0c8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c0c8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c0c8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c0c8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09110) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492625b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f492625b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 709 (Thread 0x7f492847b640 (LWP 3749) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c018, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c018, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c018, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c018, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c018, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c018, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a09050) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a09050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4926d6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f4926d6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 708 (Thread 0x7f492979b640 (LWP 3748) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004bf68, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004bf68, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004bf68, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004bf68, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004bf68, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004bf68, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a08f90) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a08f90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492889b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f492889b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 707 (Thread 0x7f492b5cc640 (LWP 3747) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004beb8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004beb8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004beb8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004beb8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004beb8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004beb8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a08ed0) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a08ed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4929bbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f4929bbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 706 (Thread 0x7f492bddb640 (LWP 3746) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004be08, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004be08, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004be08, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004be08, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004be08, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004be08, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a08e10) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a08e10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492a6cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f492a6cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 705 (Thread 0x7f492d0fb640 (LWP 3745) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004bd58, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004bd58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004bd58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004bd58, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004bd58, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004bd58, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a08d50) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a08d50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492c1fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f492c1fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 704 (Thread 0x7f492e41b640 (LWP 3744) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004bca8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004bca8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004bca8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004bca8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004bca8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004bca8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a08c90) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a08c90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492d51b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f492d51b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 703 (Thread 0x7f492f73b640 (LWP 3743) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492e83bc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f492e83bc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492e83b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f492e83b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 702 (Thread 0x7f4930a5b640 (LWP 3742) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492fb5b860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f492fb5b860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f492fb5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f492fb5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 701 (Thread 0x7f4931d7b640 (LWP 3741) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4930e7bc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4930e7bc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4930e7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4930e7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 700 (Thread 0x7f493309b640 (LWP 3740) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493219bc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f493219bc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493219b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f493219b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 699 (Thread 0x7f49343bb640 (LWP 3739) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49334bbc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f49334bbc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49334bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f49334bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 698 (Thread 0x7f49356db640 (LWP 3738) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49347dbc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f49347dbc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49347db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f49347db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 697 (Thread 0x7f49369fb640 (LWP 3737) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4935afbc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4935afbc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4935afb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4935afb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 696 (Thread 0x7f4937d1c640 (LWP 3736) "Common"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001286bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001286bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000128690, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001285d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4936e1cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4936e1cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000128740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4936e1c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4936e1c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 695 (Thread 0x7f493903c640 (LWP 3735) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493813cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f493813cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493813c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f493813c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 694 (Thread 0x7f493a35c640 (LWP 3734) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493945cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f493945cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493945c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f493945c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 693 (Thread 0x7f493b67c640 (LWP 3733) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493a77cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f493a77cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493a77c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f493a77c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 692 (Thread 0x7f493c99c640 (LWP 3732) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493ba9cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f493ba9cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493ba9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f493ba9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 691 (Thread 0x7f493dcbc640 (LWP 3731) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493cdbcc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f493cdbcc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493cdbc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f493cdbc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 690 (Thread 0x7f493efdc640 (LWP 3730) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004c6f8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e3d7def0 in std::__1::condition_variable::wait_for > (this=0x51e00004c6f8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004c6f8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004c6f8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c6f8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x51e00004c6f8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000bef98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x00005600e3d8fa62 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 #11 std::__1::__invoke[abi:v15000], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__apply_tuple_impl[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #13 std::__1::apply[abi:v15000], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x504000a097d0) at ./src/Common/ThreadPool.h:223 #15 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000a097d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #19 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493e0dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f493e0dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #23 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #24 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #25 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #26 0x00005600c2472a5b in asan_thread_start(void*) () #27 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 689 (Thread 0x7f49402fc640 (LWP 3729) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493f3fcc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f493f3fcc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f493f3fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f493f3fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 688 (Thread 0x7f494161c640 (LWP 3728) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494071cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f494071cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494071c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f494071c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 687 (Thread 0x7f494293c640 (LWP 3727) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4941a3cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4941a3cc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4941a3c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4941a3c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 686 (Thread 0x7f4944765640 (LWP 3726) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4942d5c860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4942d5c860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4942d5c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4942d5c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 685 (Thread 0x7f4945a85640 (LWP 3725) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4944b85c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4944b85c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4944b85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4944b85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 684 (Thread 0x7f4946da5640 (LWP 3724) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4945ea5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4945ea5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4945ea5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4945ea5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 683 (Thread 0x7f49480c5640 (LWP 3723) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49471c5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f49471c5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49471c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f49471c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 682 (Thread 0x7f49493e5640 (LWP 3722) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49484e5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f49484e5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49484e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f49484e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 681 (Thread 0x7f494a705640 (LWP 3721) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4949805c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4949805c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4949805060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4949805060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 680 (Thread 0x7f494ba25640 (LWP 3720) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494ab25c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f494ab25c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494ab25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f494ab25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 679 (Thread 0x7f494cd45640 (LWP 3719) "Fetch"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000126bbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000126bbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000126b90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000126ad8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494be45c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f494be45c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000126c40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494be45060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f494be45060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 678 (Thread 0x7f494e065640 (LWP 3718) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494d165c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f494d165c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494d165060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f494d165060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 677 (Thread 0x7f494f385640 (LWP 3717) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494e485c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f494e485c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494e485060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f494e485060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 676 (Thread 0x7f49506a5640 (LWP 3716) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494f7a5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f494f7a5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f494f7a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f494f7a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 675 (Thread 0x7f49519c5640 (LWP 3715) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4950ac5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4950ac5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4950ac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4950ac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 674 (Thread 0x7f4952ce5640 (LWP 3714) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4951de5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4951de5c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4951de5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4951de5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 673 (Thread 0x7f4954005640 (LWP 3713) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4953105c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4953105c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4953105060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4953105060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 672 (Thread 0x7f4955325640 (LWP 3712) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4954425c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4954425c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4954425060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4954425060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 671 (Thread 0x7f4956646640 (LWP 3711) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4955746c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4955746c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4955746060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4955746060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 670 (Thread 0x7f4957966640 (LWP 3710) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4956a66c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4956a66c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4956a66060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4956a66060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 669 (Thread 0x7f4958c86640 (LWP 3709) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4957d86c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4957d86c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4957d86060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4957d86060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 668 (Thread 0x7f4959fa6640 (LWP 3708) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49590a6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f49590a6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49590a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f49590a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 667 (Thread 0x7f495b2c6640 (LWP 3707) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495a3c6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f495a3c6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495a3c6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f495a3c6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 666 (Thread 0x7f495c5e6640 (LWP 3706) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495b6e6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f495b6e6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495b6e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f495b6e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 665 (Thread 0x7f495d906640 (LWP 3705) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495ca06c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f495ca06c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495ca06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f495ca06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 664 (Thread 0x7f495ec26640 (LWP 3704) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495dd26c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f495dd26c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495dd26060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f495dd26060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 663 (Thread 0x7f495ff46640 (LWP 3703) "Move"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000125cb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000125cb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e9217fda in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000125c90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000125bd8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495f046c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f495f046c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000125d40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f495f046060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f495f046060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 662 (Thread 0x7f4961266640 (LWP 3702) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4960366c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4960366c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4960366060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4960366060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 661 (Thread 0x7f4962586640 (LWP 3701) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4961686c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4961686c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4961686060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4961686060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 660 (Thread 0x7f49638a6640 (LWP 3700) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49629a6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f49629a6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49629a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f49629a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 659 (Thread 0x7f4964bc6640 (LWP 3699) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4963cc6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4963cc6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4963cc6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4963cc6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 658 (Thread 0x7f4965ee6640 (LWP 3698) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4964fe6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4964fe6c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4964fe6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4964fe6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 657 (Thread 0x7f4967206640 (LWP 3697) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4966306c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4966306c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4966306060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4966306060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 656 (Thread 0x7f4968526640 (LWP 3696) "MergeMutate"): #0 0x00005600c23da828 in __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool) () #1 0x00005600c23db1ca in __asan::asan_memalign(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType) () #2 0x00005600c24a7af5 in operator new(unsigned long) () #3 0x00005600c2517c21 in DB::ColumnWithTypeAndName* std::__1::construct_at[abi:v15000](DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName&) () #4 0x00005600c251746d in DB::ColumnWithTypeAndName* std::__1::__uninitialized_allocator_copy[abi:v15000], DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*>(std::__1::allocator&, DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*) () #5 0x00005600c251711d in std::__1::enable_if<__is_cpp17_forward_iterator::value, void>::type std::__1::vector >::__construct_at_end(DB::ColumnWithTypeAndName*, DB::ColumnWithTypeAndName*, unsigned long) () #6 0x00005600c25166fb in DB::Block::Block(DB::Block const&) () #7 0x00005600eacf7e6f in DB::ExpressionTransform::ExpressionTransform (this=, header_=..., expression_=...) at ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:13 #8 0x00005600e91e7b3f in std::__1::construct_at[abi:v15000] const&, DB::ExpressionTransform*>(DB::ExpressionTransform*, DB::Block const&, std::__1::shared_ptr const&) (__args=..., __args=..., __location=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #9 std::__1::allocator_traits >::construct[abi:v15000] const&, void, void>(std::__1::allocator&, DB::ExpressionTransform*, DB::Block const&, std::__1::shared_ptr const&) (__args=..., __args=..., __p=) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #10 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&>(DB::Block const&, std::__1::shared_ptr const&) (this=0x5130027b0bc0, __args=..., __args=..., __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #11 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&) (__args=..., __args=..., __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #12 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 #13 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream()::$_0::operator()(DB::Block const&) const (header=..., this=) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:956 #14 std::__1::__invoke[abi:v15000](DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream()::$_0&, DB::Block const&) (__args=..., __f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper, false>::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream()::$_0&, DB::Block const&) (__args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #16 std::__1::__function::__default_alloc_func (DB::Block const&)>::operator()[abi:v15000](DB::Block const&) (__arg=..., this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 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 #18 0x00005600e301be69 in std::__1::__function::__policy_func (DB::Block const&, DB::Pipe::StreamType)>::operator()[abi:v15000](DB::Block const&, DB::Pipe::StreamType&&) const (this=0x5600fae9f0ec <__sanitizer::theDepot+1828092>, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function (DB::Block const&, DB::Pipe::StreamType)>::operator()(DB::Block const&, DB::Pipe::StreamType) const (this=0x5600fae9f0ec <__sanitizer::theDepot+1828092>, __arg=DB::Pipe::StreamType::Main, __arg=DB::Pipe::StreamType::Main) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&, DB::Pipe::StreamType)> const&)::$_0::operator()(DB::OutputPort*&, DB::Pipe::StreamType) const (this=0x7f49675f98d0, port=, stream_type=) at ./build_docker/./src/QueryPipeline/Pipe.cpp:593 #21 0x00005600e301b73d in DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&, DB::Pipe::StreamType)> const&) (this=0x7f4967857390, getter=...) at ./build_docker/./src/QueryPipeline/Pipe.cpp:633 #22 0x00005600e301cd1f in DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&)> const&) (this=, getter=...) at ./build_docker/./src/QueryPipeline/Pipe.cpp:643 #23 0x00005600e91d019f in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=0x50b0006e0318) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:954 #24 0x00005600e91c6616 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=0x50b0006e0318) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:334 #25 0x00005600e91d7a67 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:438 #26 0x00005600e91e685a in DB::MergeTask::execute (this=0x5080008689b8) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:889 #27 0x00005600e9d5e567 in DB::MergePlainMergeTreeTask::executeStep (this=0x51400225e458) at ./build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:57 #28 0x00005600e921eeb6 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282 #29 0x00005600e9221139 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348 #30 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4967626c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #31 std::__1::function::operator()() const (this=0x7f4967626c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #32 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #33 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #34 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #38 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4967626060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #39 std::__1::function::operator()() const (this=0x7f4967626060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #40 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #41 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #42 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #45 0x00005600c2472a5b in asan_thread_start(void*) () #46 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #47 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 655 (Thread 0x7f4969846640 (LWP 3695) "MergeMutate"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001241cc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001241cc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e922100b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x5120001241a0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001240d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x00005600d4a08cbb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4968946c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f4968946c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000124240, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #10 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4968946060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4968946060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 654 (Thread 0x7f496ab66640 (LWP 3694) "CgrpMemUsgObsr"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffdbebc5e08, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600d4b4ef0a in std::__1::condition_variable::wait_for > (this=0x7ffdbebc5e08, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x7ffdbebc5e08, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x7ffdbebc5e08, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 std::__1::condition_variable::wait_until >, DB::CgroupsMemoryUsageObserver::runThread()::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::CgroupsMemoryUsageObserver::runThread()::$_0) (this=0x7ffdbebc5e08, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 std::__1::condition_variable::wait_for[abi:v15000], DB::CgroupsMemoryUsageObserver::runThread()::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::CgroupsMemoryUsageObserver::runThread()::$_0) (this=0x7ffdbebc5e08, __lk=..., __d=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::CgroupsMemoryUsageObserver::runThread (this=0x7ffdbebc5ca0) at ./build_docker/./src/Common/CgroupsMemoryUsageObserver.cpp:288 #10 0x00005600d4b55609 in std::__1::__invoke[abi:v15000](void (DB::CgroupsMemoryUsageObserver::*&)(), DB::CgroupsMemoryUsageObserver*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #11 std::__1::__apply_tuple_impl[abi:v15000]&, 0ul>(void (DB::CgroupsMemoryUsageObserver::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #12 std::__1::apply[abi:v15000]&>(void (DB::CgroupsMemoryUsageObserver::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4969c66060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4969c66060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 653 (Thread 0x7f496c897640 (LWP 3688) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504000989510, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504000989510, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x51200010b048, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 652 (Thread 0x7f496dbb7640 (LWP 3687) "clickhouse-serv"): #0 0x00007f4d70a4ebcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c2419e66 in __interceptor_poll () #2 0x00005600f1e7d164 in Poco::Net::SocketImpl::pollImpl (this=0x504000988e10, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x00005600f1e7d734 in Poco::Net::SocketImpl::poll (this=0x504000988e10, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x00005600f1e8ea38 in Poco::Net::Socket::poll (this=0x51200010aec8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 #5 Poco::Net::TCPServer::run (this=) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 #6 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00005600c2472a5b in asan_thread_start(void*) () #8 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 651 (Thread 0x7f496eed7640 (LWP 3686) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51a000046ae0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51a000046ae0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600eb67cd86 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=0x51a000046ab8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue >::popImpl (this=0x51a000046a30, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x00005600eb655eec in ConcurrentBoundedQueue >::pop (this=0x51a000046a30, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::KeeperDispatcher::clusterUpdateWithReconfigDisabledThread (this=0x51a000046898) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:819 #8 0x00005600eb66415b in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:492 #9 std::__1::__invoke[abi:v15000] const&)::$_6&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 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 #11 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 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}::operator()() (this=0x503000cc1720) at ./src/Common/ThreadPool.h:223 #13 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}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 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 #15 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=0x503000cc1720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f496dfd7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f496dfd7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 650 (Thread 0x7f49701f7640 (LWP 3685) "ThreadPool"): #0 0x00007f4d70a1b7f8 in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d70a20677 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f90c2c4b 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 ./build_docker/./contrib/llvm-project/libcxx/src/thread.cpp:109 #4 0x00005600eb652f44 in std::__1::this_thread::sleep_for > (__d=...) at ./contrib/llvm-project/libcxx/include/thread:383 #5 DB::KeeperDispatcher::sessionCleanerTask (this=0x51a000046898) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:677 #6 0x00005600eb66369b in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:488 #7 std::__1::__invoke[abi:v15000] const&)::$_4&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 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 #9 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 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}::operator()() (this=0x503000cc1660) at ./src/Common/ThreadPool.h:223 #11 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}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 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 #13 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=0x503000cc1660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f496f2f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f496f2f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 649 (Thread 0x7f4972331640 (LWP 3674) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5080000da178, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5080000da178, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600f1c48899 in nuraft::EventAwaiter::wait_us (this=0x5080000da120, time_us=0) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:64 #5 nuraft::EventAwaiter::wait (this=0x5080000da120) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:47 #6 nuraft::raft_server::append_entries_in_bg (this=) at ./build_docker/./contrib/NuRaft/src/handle_append_entries.cxx:51 #7 0x00005600f1bc3623 in std::__1::__invoke[abi:v15000](void (nuraft::raft_server::*&)(), nuraft::raft_server*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::raft_server::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00005600c2472a5b in asan_thread_start(void*) () #14 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #15 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 648 (Thread 0x7f4972b40640 (LWP 3673) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51c00000e4c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51c00000e4c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600f1bd26c2 in std::__1::condition_variable::wait(std::__1::unique_lock&, nuraft::raft_server::commit_in_bg()::$_0) (this=0x51c00000e498, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 nuraft::raft_server::commit_in_bg (this=) at ./build_docker/./contrib/NuRaft/src/handle_commit.cxx:131 #6 0x00005600eb6d2451 in DB::KeeperServer::KeeperRaftServer::commit_in_bg (this=0x51c00000e098) at ./build_docker/./src/Coordination/KeeperServer.cpp:199 #7 0x00005600f1bc3623 in std::__1::__invoke[abi:v15000](void (nuraft::raft_server::*&)(), nuraft::raft_server*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::raft_server::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #10 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #12 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00005600c2472a5b in asan_thread_start(void*) () #14 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #15 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 647 (Thread 0x7f497e45f640 (LWP 3672) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 646 (Thread 0x7f497ec6f640 (LWP 3671) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 645 (Thread 0x7f497f47e640 (LWP 3670) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 644 (Thread 0x7f497fc8d640 (LWP 3669) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 643 (Thread 0x7f498049c640 (LWP 3668) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 642 (Thread 0x7f4980cab640 (LWP 3667) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 641 (Thread 0x7f49814ba640 (LWP 3666) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 640 (Thread 0x7f4981cc9640 (LWP 3665) "clickhouse-serv"): #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00005600f9128252 in epoll_pwait (fd=47, ev=0x7f497cb55020, cnt=128, to=-1, sigs=0x0) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=47, ev=0x7f497cb55020, cnt=128, to=-1) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:36 #3 0x00005600f1a4fb71 in boost::asio::detail::epoll_reactor::run (this=, usec=, ops=...) at ./contrib/boost/boost/asio/detail/impl/epoll_reactor.ipp:521 #4 0x00005600f1a5420f in boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:477 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 639 (Thread 0x7f49824d8640 (LWP 3664) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 638 (Thread 0x7f4982ce7640 (LWP 3663) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 637 (Thread 0x7f49834f6640 (LWP 3662) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 636 (Thread 0x7f4983d05640 (LWP 3661) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 635 (Thread 0x7f4984514640 (LWP 3660) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 634 (Thread 0x7f4984d23640 (LWP 3659) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 633 (Thread 0x7f4985532640 (LWP 3658) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 632 (Thread 0x7f4985d41640 (LWP 3657) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f1a54581 in boost::asio::detail::posix_event::wait (this=0x5110001cfb70, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001cfb68, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001cfb00, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x00005600f1a53764 in boost::asio::detail::scheduler::run (this=0x5110001cfb00, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00005600f1a40e98 in boost::asio::io_context::run (this=0x518000284080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000284080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x00005600f1a6c103 in std::__1::__invoke[abi:v15000](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 #11 std::__1::__invoke[abi:v15000]>(std::__1::__bind&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__thread_execute[abi:v15000] >, std::__1::__bind>(std::__1::tuple >, std::__1::__bind>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #13 std::__1::__thread_proxy[abi:v15000] >, std::__1::__bind > >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00005600c2472a5b in asan_thread_start(void*) () #15 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 631 (Thread 0x7f4987164640 (LWP 3656) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51b000075354, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51b000075354, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600eb75af76 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=0x51b000075328, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue::popImpl (this=0x51b0000752a0, x=, timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x00005600eb71759b in ConcurrentBoundedQueue::pop (this=0x51b0000752a0, x=) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::Changelog::appendCompletionThread (this=) at ./build_docker/./src/Coordination/Changelog.cpp:1965 #8 0x00005600eb730c3b in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:1631 #9 std::__1::__invoke[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}::operator()() (this=0x503000ca6570) at ./src/Common/ThreadPool.h:223 #13 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000ca6570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4986264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4986264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 630 (Thread 0x7f4988484640 (LWP 3655) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51b000075280, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51b000075280, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600eb75c166 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=0x51b000075258, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue >::popImpl (this=0x51b0000751d0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x00005600eb718bff in ConcurrentBoundedQueue >::pop (this=0x51b0000751d0, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::Changelog::writeThread (this=) at ./build_docker/./src/Coordination/Changelog.cpp:2034 #8 0x00005600eb7306db in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:1629 #9 std::__1::__invoke[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}::operator()() (this=0x503000ca64b0) at ./src/Common/ThreadPool.h:223 #13 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000ca64b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4987584060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4987584060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 629 (Thread 0x7f49897a4640 (LWP 3654) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51b0000751a8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51b0000751a8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600eb761fd6 in std::__1::condition_variable::wait, std::__1::allocator >, std::__1::shared_ptr > >::popImpl(std::__1::pair, std::__1::allocator >, std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::popImpl(std::__1::pair, std::__1::allocator >, std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=0x51b000075180, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::popImpl (this=0x51b0000750f8, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x00005600eb72a62e in ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::pop (this=0x51b0000750f8, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::Changelog::cleanLogThread (this=0x51b000074dd8) at ./build_docker/./src/Coordination/Changelog.cpp:2398 #8 0x00005600eb73017b in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:1627 #9 std::__1::__invoke[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}::operator()() (this=0x503000ca63f0) at ./src/Common/ThreadPool.h:223 #13 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000ca63f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49888a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f49888a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 628 (Thread 0x7f498aac4640 (LWP 3653) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51b000074fd0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51b000074fd0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600eb74f9e7 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=0x51b000074fa8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue >::popImpl (this=0x51b000074f20, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x00005600eb6d9380 in ConcurrentBoundedQueue >::pop (this=0x51b000074f20, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::LogEntryStorage::prefetchCommitLogs (this=0x51b000074e58) at ./build_docker/./src/Coordination/Changelog.cpp:713 #8 0x00005600eb72fc1b in DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:702 #9 std::__1::__invoke[abi:v15000])::$_0&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000])::$_0&, std::__1::tuple<>&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000])::$_0&, std::__1::tuple<>&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}::operator()() (this=0x503000ca6180) at ./src/Common/ThreadPool.h:223 #13 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000ca6180) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4989bc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f4989bc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 627 (Thread 0x7f498bde4640 (LWP 3652) "KeeperS3SnpT"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51a000046cd8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51a000046cd8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600eb80bf76 in std::__1::condition_variable::wait::popImpl(DB::SnapshotFileInfo&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue::popImpl(DB::SnapshotFileInfo&, std::__1::optional)::{lambda()#1}) (this=0x51a000046cb0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue::popImpl (this=0x51a000046c28, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x00005600eb8064c0 in ConcurrentBoundedQueue::pop (this=0x51a000046c28, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::KeeperSnapshotManagerS3::snapshotS3Thread (this=0x51a000046c28) at ./build_docker/./src/Coordination/KeeperSnapshotManagerS3.cpp:265 #8 0x00005600eb809e7b in DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperSnapshotManagerS3.cpp:294 #9 std::__1::__invoke[abi:v15000] const&)::$_0&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_0&, std::__1::tuple<>&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #11 std::__1::apply[abi:v15000] const&)::$_0&, std::__1::tuple<>&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}::operator()() (this=0x503000c9ed70) at ./src/Common/ThreadPool.h:223 #13 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000c9ed70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f498aee4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f498aee4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 626 (Thread 0x7f498d104640 (LWP 3651) "KeeperSnpT"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51a000046a18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51a000046a18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600eb671c16 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=0x51a0000469f0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue::popImpl (this=0x51a000046968, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x00005600eb63f9c5 in ConcurrentBoundedQueue::pop (this=0x51a000046968, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::KeeperDispatcher::snapshotThread (this=0x51a000046898) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:325 #8 0x00005600eb6624db in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:428 #9 std::__1::__invoke[abi:v15000] const&)::$_2&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 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 #11 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 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}::operator()() (this=0x503000c9ec80) at ./src/Common/ThreadPool.h:223 #13 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}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 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 #15 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=0x503000c9ec80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #17 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f498c204060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f498c204060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #21 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #22 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #23 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #24 0x00005600c2472a5b in asan_thread_start(void*) () #25 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 625 (Thread 0x7f498e424640 (LWP 3650) "KeeperRspT"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51a000046928, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600eb671552 in std::__1::condition_variable::wait_for > (this=0x51a000046928, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51a000046928, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51a000046928, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 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=0x51a000046928, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600eb670c88 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=0x51a000046928, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 ConcurrentBoundedQueue::popImpl (this=0x51a0000468a0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #10 0x00005600eb63e579 in ConcurrentBoundedQueue::tryPop (this=0x51a0000468a0, x=..., milliseconds=18446744073709551100) at ./src/Common/ConcurrentBoundedQueue.h:161 #11 DB::KeeperDispatcher::responseThread (this=0x51a000046898) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:301 #12 0x00005600eb661f7b in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:427 #13 std::__1::__invoke[abi:v15000] const&)::$_1&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_1&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #15 std::__1::apply[abi:v15000] const&)::$_1&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #16 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}::operator()() (this=0x503000c9ebc0) at ./src/Common/ThreadPool.h:223 #17 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #19 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000c9ebc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #20 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #21 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f498d524060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #22 std::__1::function::operator()() const (this=0x7f498d524060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #23 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #24 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #25 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #26 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #27 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #28 0x00005600c2472a5b in asan_thread_start(void*) () #29 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #30 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 624 (Thread 0x7f498f744640 (LWP 3649) "KeeperReqT"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5110001cf2c8, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600eb66fcb2 in std::__1::condition_variable::wait_for > (this=0x5110001cf2c8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5110001cf2c8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5110001cf2c8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #7 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=0x5110001cf2c8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x00005600eb66f44c 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=0x5110001cf2c8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 ConcurrentBoundedQueue::popImpl (this=0x5110001cf240, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #10 0x00005600eb637828 in ConcurrentBoundedQueue::tryPop (this=0x5110001cf2f4, this@entry=0x0, x=..., milliseconds=18446744073709551100) at ./src/Common/ConcurrentBoundedQueue.h:161 #11 DB::KeeperDispatcher::requestThread (this=0x51a000046898) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:132 #12 0x00005600eb661a1b in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:426 #13 std::__1::__invoke[abi:v15000] const&)::$_0&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #14 std::__1::__apply_tuple_impl[abi:v15000] const&)::$_0&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #15 std::__1::apply[abi:v15000] const&)::$_0&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #16 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}::operator()() (this=0x503000c9eb00) at ./src/Common/ThreadPool.h:223 #17 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #18 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #19 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000c9eb00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #20 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #21 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f498e844060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #22 std::__1::function::operator()() const (this=0x7f498e844060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #23 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #24 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #25 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #26 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #27 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #28 0x00005600c2472a5b in asan_thread_start(void*) () #29 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #30 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 623 (Thread 0x7f4992c4d640 (LWP 3633) "BgDistSchPool/D"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080790, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080790, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289ca5d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 #5 0x00005600e289dcfb in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x5030009e26f0) at ./src/Common/ThreadPool.h:223 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e26f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4991d4d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4991d4d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 622 (Thread 0x7f4993f6d640 (LWP 3632) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e2630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e2630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499306d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499306d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 621 (Thread 0x7f499528e640 (LWP 3631) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e2570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e2570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499438e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499438e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 620 (Thread 0x7f49965ae640 (LWP 3630) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e24b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e24b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49956ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49956ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 619 (Thread 0x7f49978ce640 (LWP 3629) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e23f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e23f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49969ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49969ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 618 (Thread 0x7f4998bee640 (LWP 3628) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e2330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e2330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4997cee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4997cee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 617 (Thread 0x7f4999f0e640 (LWP 3627) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e2270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e2270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499900e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499900e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 616 (Thread 0x7f499b22e640 (LWP 3626) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e21b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e21b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499a32e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499a32e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 615 (Thread 0x7f499c54e640 (LWP 3625) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e20f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e20f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499b64e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499b64e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 614 (Thread 0x7f499d86e640 (LWP 3624) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e2030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e2030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499c96e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499c96e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 613 (Thread 0x7f499eb8e640 (LWP 3623) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1f70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1f70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499dc8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499dc8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 612 (Thread 0x7f499feae640 (LWP 3622) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1eb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1eb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f499efae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f499efae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 611 (Thread 0x7f49a11ce640 (LWP 3621) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1df0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1df0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a02ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a02ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 610 (Thread 0x7f49a24ee640 (LWP 3620) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1d30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1d30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a15ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a15ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 609 (Thread 0x7f49a380e640 (LWP 3619) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1c70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1c70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a290e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a290e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 608 (Thread 0x7f49a4b2e640 (LWP 3618) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1bb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1bb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a3c2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a3c2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 607 (Thread 0x7f49a5e4e640 (LWP 3617) "BgDistSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000806f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000806f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000806c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000806c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1af0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a4f4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a4f4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 606 (Thread 0x7f49a716e640 (LWP 3616) "BgMBSchPool/D"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289ca5d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 #5 0x00005600e289dcfb in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x5030009e1a00) at ./src/Common/ThreadPool.h:223 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1a00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a626e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f49a626e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 605 (Thread 0x7f49a8f9f640 (LWP 3615) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1940) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1940) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a758e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a758e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 604 (Thread 0x7f49a97ae640 (LWP 3614) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009e1880) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009e1880) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a809f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a809f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 603 (Thread 0x7f49aaace640 (LWP 3613) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b17c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b17c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49a9bce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49a9bce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 602 (Thread 0x7f49abdee640 (LWP 3612) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1700) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1700) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49aaeee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49aaeee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 601 (Thread 0x7f49ad10e640 (LWP 3611) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1640) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1640) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ac20e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ac20e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 600 (Thread 0x7f49ae42e640 (LWP 3610) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1580) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1580) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ad52e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ad52e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 599 (Thread 0x7f49af74e640 (LWP 3609) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b14c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b14c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ae84e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ae84e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 598 (Thread 0x7f49b0a6e640 (LWP 3608) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1400) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1400) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49afb6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49afb6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 597 (Thread 0x7f49b1d8e640 (LWP 3607) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1340) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1340) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b0e8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b0e8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 596 (Thread 0x7f49b30af640 (LWP 3606) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1280) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1280) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b21af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b21af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 595 (Thread 0x7f49b43cf640 (LWP 3605) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b11c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b11c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b34c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b34c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 594 (Thread 0x7f49b56ef640 (LWP 3604) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1100) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1100) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b47ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b47ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 593 (Thread 0x7f49b6a0f640 (LWP 3603) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b1040) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b1040) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b5b0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b5b0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 592 (Thread 0x7f49b7d2f640 (LWP 3602) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0f80) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0f80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b6e2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b6e2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 591 (Thread 0x7f49b904f640 (LWP 3601) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0ec0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0ec0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b814f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b814f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 590 (Thread 0x7f49ba36f640 (LWP 3600) "BgMBSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000080370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000080370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000080348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000080340) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0e00) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0e00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49b946f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49b946f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 589 (Thread 0x7f49bb68f640 (LWP 3599) "BgSchPool/D"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f86536 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x513000080068, __m=0x189, __ts=0x7f4d709c7117) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #3 std::__1::condition_variable::__do_timed_wait (this=, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #4 0x00005600e289cd48 in std::__1::condition_variable::wait_for > (this=0x513000080068, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:454 #5 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:342 #6 0x00005600e289dcfb in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x5030009b0d10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ba78f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ba78f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 588 (Thread 0x7f49bc9af640 (LWP 3598) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0c50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0c50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49bbaaf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49bbaaf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 587 (Thread 0x7f49bdccf640 (LWP 3597) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0b90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0b90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49bcdcf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49bcdcf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 586 (Thread 0x7f49befef640 (LWP 3596) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0ad0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0ad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49be0ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49be0ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 585 (Thread 0x7f49c030f640 (LWP 3595) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0a10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49bf40f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49bf40f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 584 (Thread 0x7f49c162f640 (LWP 3594) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0950) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c072f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c072f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 583 (Thread 0x7f49c294f640 (LWP 3593) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0890) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c1a4f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c1a4f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 582 (Thread 0x7f49c3c6f640 (LWP 3592) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b07d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b07d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c2d6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c2d6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 581 (Thread 0x7f49c4f8f640 (LWP 3591) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0710) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c408f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c408f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 580 (Thread 0x7f49c6db8640 (LWP 3590) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0650) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c53af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c53af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 579 (Thread 0x7f49c80d8640 (LWP 3589) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0590) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c71d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c71d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 578 (Thread 0x7f49c93f8640 (LWP 3588) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b04d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b04d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c84f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c84f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 577 (Thread 0x7f49ca718640 (LWP 3587) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0410) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49c9818060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49c9818060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 576 (Thread 0x7f49cba38640 (LWP 3586) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0350) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49cab38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49cab38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 575 (Thread 0x7f49ccd58640 (LWP 3585) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0290) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49cbe58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49cbe58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 574 (Thread 0x7f49ce078640 (LWP 3584) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b01d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b01d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49cd178060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49cd178060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 573 (Thread 0x7f49cf398640 (LWP 3583) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0110) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ce498060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ce498060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 572 (Thread 0x7f49d06b8640 (LWP 3582) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009b0050) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009b0050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49cf7b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49cf7b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 571 (Thread 0x7f49d19d9640 (LWP 3581) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f7c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f7c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d0ad9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d0ad9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 570 (Thread 0x7f49d2cf9640 (LWP 3580) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f700) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f700) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d1df9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d1df9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 569 (Thread 0x7f49d4019640 (LWP 3579) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f640) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f640) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d3119060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d3119060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 568 (Thread 0x7f49d5339640 (LWP 3578) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f580) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f580) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d4439060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d4439060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 567 (Thread 0x7f49d6659640 (LWP 3577) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f4c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f4c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d5759060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d5759060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 566 (Thread 0x7f49d7979640 (LWP 3576) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f400) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f400) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d6a79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d6a79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 565 (Thread 0x7f49d8c99640 (LWP 3575) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f340) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f340) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d7d99060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d7d99060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 564 (Thread 0x7f49d9fb9640 (LWP 3574) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f280) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f280) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49d90b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49d90b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 563 (Thread 0x7f49db2d9640 (LWP 3573) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f1c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f1c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49da3d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49da3d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 562 (Thread 0x7f49dc5f9640 (LWP 3572) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f100) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f100) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49db6f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49db6f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 561 (Thread 0x7f49dd919640 (LWP 3571) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096f040) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096f040) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49dca0b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49dca0b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 560 (Thread 0x7f49dec39640 (LWP 3570) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097ff60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097ff60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ddd39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ddd39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 559 (Thread 0x7f49dff59640 (LWP 3569) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097fde0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097fde0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49df059060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49df059060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 558 (Thread 0x7f49e1d8a640 (LWP 3568) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097fea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097fea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e0379060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e0379060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 557 (Thread 0x7f49e2599640 (LWP 3567) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097fd20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097fd20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e0e8a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e0e8a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 556 (Thread 0x7f49e38b9640 (LWP 3566) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097fc60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e29b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e29b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 555 (Thread 0x7f49e4bd9640 (LWP 3565) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097fba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097fba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e3cd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e3cd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 554 (Thread 0x7f49e5ef9640 (LWP 3564) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097fae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097fae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e4ff9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e4ff9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 553 (Thread 0x7f49e7219640 (LWP 3563) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097fa20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097fa20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e6319060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e6319060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 552 (Thread 0x7f49e8539640 (LWP 3562) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e7639060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e7639060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 551 (Thread 0x7f49ea36a640 (LWP 3561) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f8a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f8a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e8959060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e8959060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 550 (Thread 0x7f49eab79640 (LWP 3560) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f7e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f7e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49e946a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49e946a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 549 (Thread 0x7f49ebe99640 (LWP 3559) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49eaf99060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49eaf99060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 548 (Thread 0x7f49ed1b9640 (LWP 3558) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ec2b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ec2b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 547 (Thread 0x7f49ee4d9640 (LWP 3557) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f5a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f5a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ed5d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ed5d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 546 (Thread 0x7f49ef7fa640 (LWP 3556) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f4e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f4e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ee8fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ee8fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 545 (Thread 0x7f49f0b1a640 (LWP 3555) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49efc1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49efc1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 544 (Thread 0x7f49f1e3a640 (LWP 3554) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f0f3a460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f0f3a460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 543 (Thread 0x7f49f315a640 (LWP 3553) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f2a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f2a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f225a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f225a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 542 (Thread 0x7f49f447a640 (LWP 3552) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f1e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f1e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f357a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f357a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 541 (Thread 0x7f49f579a640 (LWP 3551) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f489a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f489a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 540 (Thread 0x7f49f6ac2640 (LWP 3550) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300097f060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300097f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f5bba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f5bba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 539 (Thread 0x7f49f88eb640 (LWP 3549) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094eee0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094eee0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f6eda060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f6eda060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 538 (Thread 0x7f49f90fa640 (LWP 3548) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094efa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094efa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f79eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f79eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 537 (Thread 0x7f49fa41a640 (LWP 3547) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094ee20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094ee20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49f951a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49f951a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 536 (Thread 0x7f49fb73a640 (LWP 3546) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094ed60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094ed60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49fa83a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49fa83a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 535 (Thread 0x7f49fca5a640 (LWP 3545) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094eca0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094eca0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49fbb5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49fbb5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 534 (Thread 0x7f49fdd7a640 (LWP 3544) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094ebe0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094ebe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49fce7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49fce7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 533 (Thread 0x7f49ff09a640 (LWP 3543) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094eb20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094eb20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49fe19a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49fe19a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 532 (Thread 0x7f4a003ba640 (LWP 3542) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094ea60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094ea60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f49ff4ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f49ff4ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 531 (Thread 0x7f4a016da640 (LWP 3541) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e9a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e9a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a007da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a007da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 530 (Thread 0x7f4a029fa640 (LWP 3540) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e8e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e8e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a01afa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a01afa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 529 (Thread 0x7f4a03d1a640 (LWP 3539) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e820) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a02e1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a02e1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 528 (Thread 0x7f4a0503a640 (LWP 3538) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e760) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0413a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0413a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 527 (Thread 0x7f4a0635a640 (LWP 3537) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e6a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e6a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0545a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0545a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 526 (Thread 0x7f4a0767a640 (LWP 3536) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e5e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e5e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0677a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0677a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 525 (Thread 0x7f4a0899a640 (LWP 3535) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e520) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e520) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a07a9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a07a9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 524 (Thread 0x7f4a09cba640 (LWP 3534) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e460) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a08dba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a08dba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 523 (Thread 0x7f4a0afda640 (LWP 3533) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e3a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e3a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0a0da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0a0da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 522 (Thread 0x7f4a0c2fa640 (LWP 3532) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e2e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e2e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0b3fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0b3fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 521 (Thread 0x7f4a0d61a640 (LWP 3531) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e220) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e220) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0c71a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0c71a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 520 (Thread 0x7f4a0e93a640 (LWP 3530) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e160) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e160) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0da3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0da3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 519 (Thread 0x7f4a0fc5a640 (LWP 3529) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094e0a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094e0a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a0ed5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a0ed5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 518 (Thread 0x7f4a10f7a640 (LWP 3528) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094dfe0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094dfe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1007a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1007a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 517 (Thread 0x7f4a1229a640 (LWP 3527) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094df20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094df20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1139a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1139a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 516 (Thread 0x7f4a135ba640 (LWP 3526) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094de60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094de60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a126ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a126ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 515 (Thread 0x7f4a148da640 (LWP 3525) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094dda0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094dda0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a139da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a139da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 514 (Thread 0x7f4a15bfa640 (LWP 3524) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094dce0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094dce0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a14cfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a14cfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 513 (Thread 0x7f4a16f1a640 (LWP 3523) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094dc20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094dc20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1601a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1601a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 512 (Thread 0x7f4a1823a640 (LWP 3522) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094db60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094db60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1733a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1733a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 511 (Thread 0x7f4a1a06b640 (LWP 3521) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094daa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094daa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1865a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1865a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 510 (Thread 0x7f4a1a87a640 (LWP 3520) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094d9e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094d9e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1916b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1916b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 509 (Thread 0x7f4a1bb9a640 (LWP 3519) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094d860) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094d860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1ac9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1ac9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 508 (Thread 0x7f4a1cebc640 (LWP 3518) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300094d920) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300094d920) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1bfac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1bfac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 507 (Thread 0x7f4a1e1dc640 (LWP 3517) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091bfa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091bfa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1d2dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1d2dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 506 (Thread 0x7f4a1f4fc640 (LWP 3516) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091bee0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091bee0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1e5fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1e5fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 505 (Thread 0x7f4a2081c640 (LWP 3515) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091be20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091be20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a1f91c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a1f91c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 504 (Thread 0x7f4a21b3c640 (LWP 3514) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091bd60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091bd60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a20c3c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a20c3c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 503 (Thread 0x7f4a22e5c640 (LWP 3513) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091bca0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091bca0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a21f5c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a21f5c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 502 (Thread 0x7f4a2417c640 (LWP 3512) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091bbe0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091bbe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2327c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2327c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 501 (Thread 0x7f4a2549c640 (LWP 3511) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091bb20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091bb20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2459c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2459c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 500 (Thread 0x7f4a267bc640 (LWP 3510) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091ba60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091ba60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a258bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a258bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 499 (Thread 0x7f4a27adc640 (LWP 3509) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b9a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b9a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a26bdc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a26bdc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 498 (Thread 0x7f4a28dfc640 (LWP 3508) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b8e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b8e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a27efc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a27efc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 497 (Thread 0x7f4a2a11c640 (LWP 3507) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b820) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2921c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2921c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 496 (Thread 0x7f4a2b43d640 (LWP 3506) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b760) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2a53d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2a53d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 495 (Thread 0x7f4a2c75d640 (LWP 3505) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b6a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b6a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2b85d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2b85d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 494 (Thread 0x7f4a2da7d640 (LWP 3504) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b5e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b5e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2cb7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2cb7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 493 (Thread 0x7f4a2ed9d640 (LWP 3503) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b520) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b520) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2de9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2de9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 492 (Thread 0x7f4a300bd640 (LWP 3502) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b460) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a2f1bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a2f1bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 491 (Thread 0x7f4a313dd640 (LWP 3501) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b3a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b3a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a304dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a304dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 490 (Thread 0x7f4a326fd640 (LWP 3500) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b2e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b2e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a317fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a317fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 489 (Thread 0x7f4a33a1d640 (LWP 3499) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b220) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b220) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a32b1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a32b1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 488 (Thread 0x7f4a34d3d640 (LWP 3498) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b160) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b160) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a33e3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a33e3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 487 (Thread 0x7f4a3605d640 (LWP 3497) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091b0a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091b0a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3515d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3515d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 486 (Thread 0x7f4a3737d640 (LWP 3496) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091afe0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091afe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3647d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3647d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 485 (Thread 0x7f4a391ae640 (LWP 3495) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091af20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091af20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3779d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3779d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 484 (Thread 0x7f4a399bd640 (LWP 3494) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091ae60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091ae60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a382ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a382ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 483 (Thread 0x7f4a3acdd640 (LWP 3493) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091ada0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091ada0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a39ddd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a39ddd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 482 (Thread 0x7f4a3bffd640 (LWP 3492) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091ace0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091ace0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3b0fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3b0fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 481 (Thread 0x7f4a3d31d640 (LWP 3491) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091ac20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091ac20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3c41d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3c41d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 480 (Thread 0x7f4a3e63d640 (LWP 3490) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091ab60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091ab60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3d73d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3d73d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 479 (Thread 0x7f4a3f95d640 (LWP 3489) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091aaa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091aaa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3ea5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3ea5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 478 (Thread 0x7f4a4178e640 (LWP 3488) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091a920) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091a920) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a3fd7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a3fd7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 477 (Thread 0x7f4a435bf640 (LWP 3487) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea7a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea7a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a41bae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a41bae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 476 (Thread 0x7f4a43dce640 (LWP 3486) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091a860) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091a860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a426bf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a426bf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 475 (Thread 0x7f4a450ee640 (LWP 3485) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea6e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea6e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a441ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a441ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 474 (Thread 0x7f4a46f1f640 (LWP 3484) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4550e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4550e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 473 (Thread 0x7f4a4772e640 (LWP 3483) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4601f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4601f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 472 (Thread 0x7f4a48a4e640 (LWP 3482) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea4a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea4a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a47b4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a47b4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 471 (Thread 0x7f4a49d6e640 (LWP 3481) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea3e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea3e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a48e6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a48e6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 470 (Thread 0x7f4a4b08e640 (LWP 3480) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4a18e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4a18e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 469 (Thread 0x7f4a4cebf640 (LWP 3479) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4b4ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4b4ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 468 (Thread 0x7f4a4d6ce640 (LWP 3478) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea1a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea1a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4bfbf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4bfbf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 467 (Thread 0x7f4a4e9ee640 (LWP 3477) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea0e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea0e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4daee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4daee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 466 (Thread 0x7f4a4fd0e640 (LWP 3476) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ea020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ea020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4ee0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4ee0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 465 (Thread 0x7f4a5102e640 (LWP 3475) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9f60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5012e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5012e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 464 (Thread 0x7f4a5234e640 (LWP 3474) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9ea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5144e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5144e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 463 (Thread 0x7f4a5366e640 (LWP 3473) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9de0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5276e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5276e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 462 (Thread 0x7f4a5498e640 (LWP 3472) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9d20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a53a8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a53a8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 461 (Thread 0x7f4a55cae640 (LWP 3471) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9c60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a54dae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a54dae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 460 (Thread 0x7f4a56fce640 (LWP 3470) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9ba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a560ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a560ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 459 (Thread 0x7f4a582ee640 (LWP 3469) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9ae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a573ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a573ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 458 (Thread 0x7f4a5960e640 (LWP 3468) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9a20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5870e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5870e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 457 (Thread 0x7f4a5a92e640 (LWP 3467) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a59a2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a59a2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 456 (Thread 0x7f4a5bc4e640 (LWP 3466) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e98a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e98a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5ad4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5ad4e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 455 (Thread 0x7f4a5cf6e640 (LWP 3465) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e97e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e97e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5c06e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5c06e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 454 (Thread 0x7f4a5e28e640 (LWP 3464) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5d38e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5d38e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 453 (Thread 0x7f4a5f5ae640 (LWP 3463) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5e6ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5e6ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 452 (Thread 0x7f4a608ce640 (LWP 3462) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e95a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e95a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a5f9ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a5f9ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 451 (Thread 0x7f4a61bee640 (LWP 3461) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e94e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e94e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a60cee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a60cee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 450 (Thread 0x7f4a62f0e640 (LWP 3460) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6200e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6200e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 449 (Thread 0x7f4a6422e640 (LWP 3459) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6332e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6332e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 448 (Thread 0x7f4a6554e640 (LWP 3458) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e92a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e92a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6464e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6464e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 447 (Thread 0x7f4a6686e640 (LWP 3457) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e91e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e91e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6596e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6596e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 446 (Thread 0x7f4a67b8e640 (LWP 3456) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a66c8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a66c8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 445 (Thread 0x7f4a68eae640 (LWP 3455) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008e9060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008e9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a67fae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a67fae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 444 (Thread 0x7f4a6a1ce640 (LWP 3454) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba7a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba7a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a692ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a692ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 443 (Thread 0x7f4a6b4ee640 (LWP 3453) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba6e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba6e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6a5ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6a5ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 442 (Thread 0x7f4a6c80e640 (LWP 3452) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6b90e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6b90e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 441 (Thread 0x7f4a6db2e640 (LWP 3451) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6cc2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6cc2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 440 (Thread 0x7f4a6e33d640 (LWP 3450) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300091a9e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300091a9e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a4088e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a4088e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 439 (Thread 0x7f4a7016e640 (LWP 3449) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba4a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba4a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6e75d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6e75d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 438 (Thread 0x7f4a7148e640 (LWP 3448) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba3e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba3e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a6f26e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a6f26e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 437 (Thread 0x7f4a71c9d640 (LWP 3447) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7058e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7058e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 436 (Thread 0x7f4a72fbd640 (LWP 3446) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a720bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a720bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 435 (Thread 0x7f4a742dd640 (LWP 3445) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba1a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba1a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a733dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a733dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 434 (Thread 0x7f4a755fd640 (LWP 3444) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba0e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba0e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a746fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a746fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 433 (Thread 0x7f4a7691d640 (LWP 3443) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008ba020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008ba020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a75a1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a75a1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 432 (Thread 0x7f4a7874e640 (LWP 3442) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9f60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a76d3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a76d3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 431 (Thread 0x7f4a78f5d640 (LWP 3441) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9ea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7784e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7784e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 430 (Thread 0x7f4a7a27d640 (LWP 3440) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9de0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7937d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7937d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 429 (Thread 0x7f4a7c0ae640 (LWP 3439) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9d20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7a69d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7a69d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 428 (Thread 0x7f4a7c8bd640 (LWP 3438) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9c60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7b1ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7b1ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 427 (Thread 0x7f4a7e6ee640 (LWP 3437) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9ba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7ccdd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7ccdd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 426 (Thread 0x7f4a7fa0e640 (LWP 3436) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9ae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7d7ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7d7ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 425 (Thread 0x7f4a8021d640 (LWP 3435) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9a20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a7eb0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a7eb0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 424 (Thread 0x7f4a8153d640 (LWP 3434) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8063d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8063d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 423 (Thread 0x7f4a8285d640 (LWP 3433) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b98a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b98a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8195d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8195d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 422 (Thread 0x7f4a8468e640 (LWP 3432) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b97e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b97e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a82c7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a82c7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 421 (Thread 0x7f4a84e9d640 (LWP 3431) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8378e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8378e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 420 (Thread 0x7f4a861bd640 (LWP 3430) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a852bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a852bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 419 (Thread 0x7f4a87fee640 (LWP 3429) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b95a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b95a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a865dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a865dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 418 (Thread 0x7f4a887fd640 (LWP 3428) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b94e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b94e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a870ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a870ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 417 (Thread 0x7f4a89b1d640 (LWP 3427) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a88c1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a88c1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 416 (Thread 0x7f4a8ae3d640 (LWP 3426) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a89f3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a89f3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 415 (Thread 0x7f4a8c15d640 (LWP 3425) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b92a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b92a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8b25d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8b25d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 414 (Thread 0x7f4a8d47d640 (LWP 3424) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b91e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b91e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8c57d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8c57d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 413 (Thread 0x7f4a8e79d640 (LWP 3423) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8d89d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8d89d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 412 (Thread 0x7f4a8fac5640 (LWP 3422) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008b9060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8ebbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8ebbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 411 (Thread 0x7f4a90ddd640 (LWP 3421) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008847a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008847a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a8fedd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a8fedd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 410 (Thread 0x7f4a920fd640 (LWP 3420) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008846e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008846e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a911fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a911fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 409 (Thread 0x7f4a9341d640 (LWP 3419) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000884620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000884620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9251d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9251d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 408 (Thread 0x7f4a9473d640 (LWP 3418) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000884560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000884560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9383d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9383d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 407 (Thread 0x7f4a95a5d640 (LWP 3417) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008844a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008844a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a94b5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a94b5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 406 (Thread 0x7f4a96d7d640 (LWP 3416) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008843e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008843e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a95e7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a95e7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 405 (Thread 0x7f4a9809d640 (LWP 3415) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000884320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000884320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9719d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9719d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 404 (Thread 0x7f4a993bd640 (LWP 3414) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000884260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000884260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a984bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a984bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 403 (Thread 0x7f4a9a6dd640 (LWP 3413) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008841a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008841a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a997dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a997dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 402 (Thread 0x7f4a9b9fd640 (LWP 3412) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008840e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008840e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9aafd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9aafd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 401 (Thread 0x7f4a9cd1d640 (LWP 3411) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000884020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000884020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9be1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9be1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 400 (Thread 0x7f4a9e03d640 (LWP 3410) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883f60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9d13d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9d13d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 399 (Thread 0x7f4a9f35d640 (LWP 3409) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883ea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9e45d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9e45d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 398 (Thread 0x7f4aa118e640 (LWP 3408) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883de0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4a9f77d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4a9f77d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 397 (Thread 0x7f4aa24ae640 (LWP 3407) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883d20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa028e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa028e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 396 (Thread 0x7f4aa2cbd640 (LWP 3406) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883c60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa15ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa15ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 395 (Thread 0x7f4aa3fdd640 (LWP 3405) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883ba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa30dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa30dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 394 (Thread 0x7f4aa52fd640 (LWP 3404) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883ae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa43fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa43fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 393 (Thread 0x7f4aa661d640 (LWP 3403) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883a20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa571d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa571d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 392 (Thread 0x7f4aa793d640 (LWP 3402) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa6a3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa6a3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 391 (Thread 0x7f4aa976e640 (LWP 3401) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008837e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008837e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa7d5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa7d5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 390 (Thread 0x7f4aaaa8e640 (LWP 3400) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825ca0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825ca0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa9b8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa9b8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 389 (Thread 0x7f4aabdae640 (LWP 3399) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008838a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008838a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aa886e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aa886e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 388 (Thread 0x7f4aac5bd640 (LWP 3398) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aaaeae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aaaeae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 387 (Thread 0x7f4aad8dd640 (LWP 3397) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008835a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008835a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aac9dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aac9dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 386 (Thread 0x7f4ab021f640 (LWP 3396) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825e20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825e20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aae80e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aae80e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 385 (Thread 0x7f4ab0a36640 (LWP 3395) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aadcef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aadcef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 384 (Thread 0x7f4ab285f640 (LWP 3394) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008834e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008834e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aaf31f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aaf31f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 383 (Thread 0x7f4ab306e640 (LWP 3393) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab0e56060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab0e56060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 382 (Thread 0x7f4ab7ae3640 (LWP 3392) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab195f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab195f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 381 (Thread 0x7f4abf1ac640 (LWP 3391) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab55c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab55c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 380 (Thread 0x7f4ac3108640 (LWP 3390) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825ee0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825ee0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab348e460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab348e460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 379 (Thread 0x7f4ac706c640 (LWP 3389) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008831e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008831e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab60da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab60da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 378 (Thread 0x7f4ac787b640 (LWP 3388) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008564e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008564e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab8a06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab8a06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 377 (Thread 0x7f4ac808a640 (LWP 3387) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008561e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008561e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab3fa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab3fa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 376 (Thread 0x7f4ac9ebb640 (LWP 3386) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008832a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008832a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab6be3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab6be3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 375 (Thread 0x7f4acb1e3640 (LWP 3385) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825fa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825fa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab4ab0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab4ab0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 374 (Thread 0x7f4acf13f640 (LWP 3384) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab7ef5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab7ef5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 373 (Thread 0x7f4ad309b640 (LWP 3383) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008565a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008565a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aba036060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aba036060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 372 (Thread 0x7f4ad38aa640 (LWP 3382) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008562a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008562a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ab9525060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ab9525060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 371 (Thread 0x7f4ad61ed640 (LWP 3381) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4abb658060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4abb658060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 370 (Thread 0x7f4ad69fc640 (LWP 3380) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856a20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4abc169060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4abc169060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 369 (Thread 0x7f4ad720b640 (LWP 3379) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008567e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008567e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4abcc7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4abcc7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 368 (Thread 0x7f4ad7a1a640 (LWP 3378) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4abab47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4abab47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 367 (Thread 0x7f4ad8229640 (LWP 3377) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008568a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008568a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4abe29c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4abe29c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 366 (Thread 0x7f4ad8a38640 (LWP 3376) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4abd78b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4abd78b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 365 (Thread 0x7f4ad9247640 (LWP 3375) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856c60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac0be0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac0be0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 364 (Thread 0x7f4ad9a56640 (LWP 3374) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856d20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4abf5c6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4abf5c6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 363 (Thread 0x7f4ada265640 (LWP 3373) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac00cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac00cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 362 (Thread 0x7f4adaa74640 (LWP 3372) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856ae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac2208060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac2208060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 361 (Thread 0x7f4adb283640 (LWP 3371) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856ba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac16ff060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac16ff060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 360 (Thread 0x7f4adba92640 (LWP 3370) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000857620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000857620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac351a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac351a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 359 (Thread 0x7f4adc2a1640 (LWP 3369) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000857560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000857560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac4039060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac4039060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 358 (Thread 0x7f4adcab0640 (LWP 3368) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856de0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac4b52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac4b52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 357 (Thread 0x7f4add2bf640 (LWP 3367) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008576e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008576e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac5663060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac5663060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 356 (Thread 0x7f4addace640 (LWP 3366) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000883060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000883060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac616c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac616c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 355 (Thread 0x7f4ade2dd640 (LWP 3365) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856f60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac8fbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac8fbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 354 (Thread 0x7f4adeaec640 (LWP 3364) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008577a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008577a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aca2db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aca2db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 353 (Thread 0x7f4adf2fb640 (LWP 3362) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008574a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008574a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4acb5f5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4acb5f5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 352 (Thread 0x7f4adfb0a640 (LWP 3361) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000857020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000857020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ac84aa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ac84aa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 351 (Thread 0x7f4ae0319640 (LWP 3360) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008573e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008573e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4acd72e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4acd72e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 350 (Thread 0x7f4ae0b28640 (LWP 3359) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856ea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4acc10c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4acc10c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 349 (Thread 0x7f4ae1337640 (LWP 3358) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008570e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008570e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ace23f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ace23f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 348 (Thread 0x7f4ae1b46640 (LWP 3357) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008571a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008571a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4accc1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4accc1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 347 (Thread 0x7f4ae2355640 (LWP 3356) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4acf55f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4acf55f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 346 (Thread 0x7f4ae2b65640 (LWP 3355) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000857320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000857320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ad0070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ad0070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 345 (Thread 0x7f4ae3374640 (LWP 3354) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000857260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000857260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ad219b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ad219b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 344 (Thread 0x7f4ae3b83640 (LWP 3353) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000856060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000856060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ad0b81060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ad0b81060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 343 (Thread 0x7f4ae4392640 (LWP 3352) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825b20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825b20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ad47dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ad47dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 342 (Thread 0x7f4ae4ba1640 (LWP 3351) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825be0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825be0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ad52ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ad52ed060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 341 (Thread 0x7f4ae53b0640 (LWP 3350) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825d60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825d60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ad3cbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ad3cbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 340 (Thread 0x7f4ae66d0640 (LWP 3349) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825a60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825a60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ae57d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ae57d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 339 (Thread 0x7f4ae79f0640 (LWP 3348) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008259a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008259a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ae6af0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ae6af0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 338 (Thread 0x7f4ae9821640 (LWP 3347) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008258e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008258e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ae7e10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ae7e10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 337 (Thread 0x7f4aea030640 (LWP 3346) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825820) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ae8921060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ae8921060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 336 (Thread 0x7f4aeb350640 (LWP 3345) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825760) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aea450060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aea450060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 335 (Thread 0x7f4aec670640 (LWP 3344) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008256a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008256a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aeb770060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aeb770060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 334 (Thread 0x7f4aed990640 (LWP 3343) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008255e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008255e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aeca90060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aeca90060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 333 (Thread 0x7f4aeecb0640 (LWP 3342) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825520) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825520) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aeddb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aeddb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 332 (Thread 0x7f4aeffd0640 (LWP 3341) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825460) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4aef0d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4aef0d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 331 (Thread 0x7f4af12f0640 (LWP 3340) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008253a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008253a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af03f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af03f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 330 (Thread 0x7f4af2610640 (LWP 3339) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008252e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008252e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af1710060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af1710060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 329 (Thread 0x7f4af3930640 (LWP 3338) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825220) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825220) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af2a22060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af2a22060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 328 (Thread 0x7f4af4c50640 (LWP 3337) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000825160) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000825160) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af3d50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af3d50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 327 (Thread 0x7f4af5f70640 (LWP 3336) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008250a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008250a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af5070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af5070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 326 (Thread 0x7f4af7290640 (LWP 3335) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824fe0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824fe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af6390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af6390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 325 (Thread 0x7f4af85b0640 (LWP 3333) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824f20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824f20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af76b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af76b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 324 (Thread 0x7f4af98d0640 (LWP 3332) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824e60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824e60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af89d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af89d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 323 (Thread 0x7f4afabf0640 (LWP 3331) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824da0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824da0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4af9cf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4af9cf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 322 (Thread 0x7f4afbf10640 (LWP 3330) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824ce0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824ce0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4afb010060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4afb010060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 321 (Thread 0x7f4afd231640 (LWP 3329) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824c20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824c20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4afc331060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4afc331060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 320 (Thread 0x7f4afe551640 (LWP 3328) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824b60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824b60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4afd651060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4afd651060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 319 (Thread 0x7f4aff871640 (LWP 3327) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824aa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824aa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4afe971060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4afe971060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 318 (Thread 0x7f4b00b91640 (LWP 3326) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008249e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008249e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4affc91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4affc91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 317 (Thread 0x7f4b01eb1640 (LWP 3325) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824920) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824920) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b00fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b00fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 316 (Thread 0x7f4b031d1640 (LWP 3324) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000824860) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000824860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b022d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b022d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 315 (Thread 0x7f4b044f1640 (LWP 3323) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f47a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f47a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b035f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b035f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 314 (Thread 0x7f4b05811640 (LWP 3322) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f46e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f46e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b04911060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b04911060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 313 (Thread 0x7f4b06b31640 (LWP 3321) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f4620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f4620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b05c31060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b05c31060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 312 (Thread 0x7f4b07e51640 (LWP 3320) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f4560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f4560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b06f51060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b06f51060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 311 (Thread 0x7f4b09c82640 (LWP 3319) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f44a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f44a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b08271060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b08271060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 310 (Thread 0x7f4b0a491640 (LWP 3318) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f43e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f43e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b08d82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b08d82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 309 (Thread 0x7f4b0b7b1640 (LWP 3316) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f4320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f4320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b0a8b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b0a8b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 308 (Thread 0x7f4b0cad1640 (LWP 3315) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f4260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f4260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b0bbd1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b0bbd1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 307 (Thread 0x7f4b0ddf1640 (LWP 3314) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f41a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f41a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b0cef1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b0cef1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 306 (Thread 0x7f4b0f111640 (LWP 3313) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f40e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f40e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b0e211060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b0e211060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 305 (Thread 0x7f4b10431640 (LWP 3312) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f4020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f4020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b0f531060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b0f531060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 304 (Thread 0x7f4b11751640 (LWP 3311) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3f60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b10851060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b10851060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 303 (Thread 0x7f4b12a71640 (LWP 3310) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3d20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b11b71060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b11b71060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 302 (Thread 0x7f4b13d91640 (LWP 3309) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3ea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b12e91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b12e91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 301 (Thread 0x7f4b150b1640 (LWP 3308) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3de0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b141b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b141b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 300 (Thread 0x7f4b163d1640 (LWP 3307) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3c60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b154d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b154d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 299 (Thread 0x7f4b176f1640 (LWP 3306) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3ba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b167f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b167f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 298 (Thread 0x7f4b18a11640 (LWP 3304) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3ae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b17b11060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b17b11060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 297 (Thread 0x7f4b19d31640 (LWP 3303) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3a20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b18e31060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b18e31060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 296 (Thread 0x7f4b1b052640 (LWP 3302) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b1a152060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b1a152060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 295 (Thread 0x7f4b1c372640 (LWP 3301) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f38a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f38a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b1b472060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b1b472060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 294 (Thread 0x7f4b1d692640 (LWP 3300) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f37e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f37e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b1c792060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b1c792060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 293 (Thread 0x7f4b1e9b2640 (LWP 3299) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b1dab2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b1dab2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 292 (Thread 0x7f4b1fcd2640 (LWP 3298) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b1edd2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b1edd2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 291 (Thread 0x7f4b20ff2640 (LWP 3297) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f35a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f35a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b200f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b200f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 290 (Thread 0x7f4b22312640 (LWP 3296) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f34e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f34e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b21412060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b21412060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 289 (Thread 0x7f4b23632640 (LWP 3295) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b22732060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b22732060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 288 (Thread 0x7f4b24952640 (LWP 3294) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b23a52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b23a52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 287 (Thread 0x7f4b25c72640 (LWP 3293) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f32a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f32a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b24d72060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b24d72060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 286 (Thread 0x7f4b26f92640 (LWP 3292) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f31e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f31e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b26092060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b26092060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 285 (Thread 0x7f4b282b2640 (LWP 3291) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b273b2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b273b2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 284 (Thread 0x7f4b295d2640 (LWP 3290) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c17a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c17a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b286d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b286d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 283 (Thread 0x7f4b2a8f2640 (LWP 3289) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007f3060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007f3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b299f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b299f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 282 (Thread 0x7f4b2bc12640 (LWP 3288) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c16e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c16e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b2ad12060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b2ad12060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 281 (Thread 0x7f4b2cf32640 (LWP 3287) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c1620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c1620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b2c032060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b2c032060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 280 (Thread 0x7f4b2ed63640 (LWP 3286) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c1560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c1560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b2d352060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b2d352060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 279 (Thread 0x7f4b2f572640 (LWP 3285) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c14a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c14a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b2de63060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b2de63060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 278 (Thread 0x7f4b30892640 (LWP 3284) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c13e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c13e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b2f992060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b2f992060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 277 (Thread 0x7f4b31bb2640 (LWP 3283) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c1320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c1320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b30cb2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b30cb2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 276 (Thread 0x7f4b32ed2640 (LWP 3282) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c1260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c1260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b31fd2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b31fd2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 275 (Thread 0x7f4b341f2640 (LWP 3281) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c11a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c11a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b332f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b332f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 274 (Thread 0x7f4b35512640 (LWP 3280) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c10e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c10e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b34612060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b34612060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 273 (Thread 0x7f4b36832640 (LWP 3279) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c1020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c1020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b35932060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b35932060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 272 (Thread 0x7f4b37b52640 (LWP 3278) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0f60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b36c52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b36c52060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 271 (Thread 0x7f4b38e73640 (LWP 3277) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0ea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b37f73060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b37f73060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 270 (Thread 0x7f4b3a193640 (LWP 3276) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0de0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b39293060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b39293060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 269 (Thread 0x7f4b3b4b3640 (LWP 3275) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0d20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b3a5b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b3a5b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 268 (Thread 0x7f4b3c7d3640 (LWP 3274) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0ba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b3b8d3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b3b8d3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 267 (Thread 0x7f4b3daf3640 (LWP 3273) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0ae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b3cbf3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b3cbf3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 266 (Thread 0x7f4b3ee13640 (LWP 3272) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0a20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b3df13060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b3df13060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 265 (Thread 0x7f4b40133640 (LWP 3271) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0c60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b3f233060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b3f233060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 264 (Thread 0x7f4b41f64640 (LWP 3270) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b40553060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b40553060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 263 (Thread 0x7f4b42773640 (LWP 3269) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c08a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c08a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b41064060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b41064060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 262 (Thread 0x7f4b43a93640 (LWP 3268) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c07e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c07e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b42b93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b42b93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 261 (Thread 0x7f4b458c4640 (LWP 3267) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b449c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b449c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 260 (Thread 0x7f4b46be4640 (LWP 3266) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c05a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c05a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b45ce4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b45ce4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 259 (Thread 0x7f4b47f04640 (LWP 3265) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c04e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c04e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b47004060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b47004060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 258 (Thread 0x7f4b49224640 (LWP 3264) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b48324060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b48324060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 257 (Thread 0x7f4b4a544640 (LWP 3263) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b49644060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b49644060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 256 (Thread 0x7f4b4b86c640 (LWP 3262) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c02a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c02a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b4a956060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b4a956060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 255 (Thread 0x7f4b4cb84640 (LWP 3261) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c01e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c01e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b4bc84060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b4bc84060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 254 (Thread 0x7f4b4dea4640 (LWP 3260) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b4cfa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b4cfa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 253 (Thread 0x7f4b4f1c4640 (LWP 3259) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b4e2c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b4e2c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 252 (Thread 0x7f4b504e4640 (LWP 3258) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007917a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007917a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b4f5e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b4f5e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 251 (Thread 0x7f4b51804640 (LWP 3257) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007916e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007916e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b50904060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b50904060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 250 (Thread 0x7f4b52b24640 (LWP 3256) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000791620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000791620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b51c24060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b51c24060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 249 (Thread 0x7f4b53e44640 (LWP 3255) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000791560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000791560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b52f44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b52f44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 248 (Thread 0x7f4b55164640 (LWP 3254) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007914a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007914a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b54264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b54264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 247 (Thread 0x7f4b56484640 (LWP 3252) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007913e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007913e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b55584060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b55584060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 246 (Thread 0x7f4b577a5640 (LWP 3251) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000791320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000791320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b568a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b568a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 245 (Thread 0x7f4b58ac5640 (LWP 3250) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000791260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000791260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b57bc5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b57bc5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 244 (Thread 0x7f4b59de5640 (LWP 3249) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007911a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007911a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b58ee5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b58ee5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 243 (Thread 0x7f4b5b105640 (LWP 3248) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007910e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007910e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b5a205060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b5a205060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 242 (Thread 0x7f4b5c425640 (LWP 3247) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000791020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000791020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b5b525060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b5b525060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 241 (Thread 0x7f4b5d745640 (LWP 3246) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790f60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b5c845060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b5c845060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 240 (Thread 0x7f4b5ea65640 (LWP 3245) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790ea0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b5db65060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b5db65060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 239 (Thread 0x7f4b5fd85640 (LWP 3244) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790de0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b5ee85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b5ee85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 238 (Thread 0x7f4b610a5640 (LWP 3243) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790d20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b601a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b601a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 237 (Thread 0x7f4b623c5640 (LWP 3242) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790c60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b614c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b614c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 236 (Thread 0x7f4b636e5640 (LWP 3241) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790ba0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b627e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b627e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 235 (Thread 0x7f4b64a05640 (LWP 3240) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790ae0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b63b05060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b63b05060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 234 (Thread 0x7f4b65d25640 (LWP 3239) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790a20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b64e25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b64e25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 233 (Thread 0x7f4b66534640 (LWP 3238) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007c0720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007c0720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b43eb3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b43eb3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 232 (Thread 0x7f4b67854640 (LWP 3237) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790960) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b66954060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b66954060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 231 (Thread 0x7f4b68b74640 (LWP 3236) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007908a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007908a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b67c74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b67c74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 230 (Thread 0x7f4b69e94640 (LWP 3235) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007907e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007907e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b68f94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b68f94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 229 (Thread 0x7f4b6b1b4640 (LWP 3234) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790720) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b6a2b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b6a2b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 228 (Thread 0x7f4b6c4d4640 (LWP 3233) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790660) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b6b5d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b6b5d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 227 (Thread 0x7f4b6d7f4640 (LWP 3232) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007905a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007905a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b6c8f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b6c8f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 226 (Thread 0x7f4b6eb14640 (LWP 3231) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007904e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007904e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b6dc14060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b6dc14060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 225 (Thread 0x7f4b6fe34640 (LWP 3230) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790420) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b6ef34060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b6ef34060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 224 (Thread 0x7f4b71154640 (LWP 3229) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790360) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b70254060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b70254060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 223 (Thread 0x7f4b72474640 (LWP 3228) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007902a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007902a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b71574060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b71574060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 222 (Thread 0x7f4b73794640 (LWP 3227) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007901e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007901e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b72894060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b72894060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 221 (Thread 0x7f4b74ab4640 (LWP 3226) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790120) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b73bb4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b73bb4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 220 (Thread 0x7f4b75dd4640 (LWP 3225) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000790060) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000790060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b74ed4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b74ed4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 219 (Thread 0x7f4b770f4640 (LWP 3224) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075efb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075efb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b761f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b761f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 218 (Thread 0x7f4b78414640 (LWP 3223) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075eef0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075eef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b77514060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b77514060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 217 (Thread 0x7f4b79734640 (LWP 3222) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075ee30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075ee30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b78834060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b78834060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 216 (Thread 0x7f4b7aa54640 (LWP 3221) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075ed70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075ed70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b79b54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b79b54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 215 (Thread 0x7f4b7bd74640 (LWP 3220) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075ecb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075ecb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b7ae74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b7ae74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 214 (Thread 0x7f4b7d094640 (LWP 3219) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075ebf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075ebf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b7c194060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b7c194060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 213 (Thread 0x7f4b7e3b4640 (LWP 3218) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075eb30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075eb30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b7d4b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b7d4b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 212 (Thread 0x7f4b7f6d4640 (LWP 3217) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075ea70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075ea70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b7e7d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b7e7d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 211 (Thread 0x7f4b809f4640 (LWP 3216) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e9b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e9b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b7faf4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b7faf4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 210 (Thread 0x7f4b81d14640 (LWP 3215) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e8f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e8f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b80e14060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b80e14060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 209 (Thread 0x7f4b83034640 (LWP 3214) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e830) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b82134060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b82134060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 208 (Thread 0x7f4b84354640 (LWP 3213) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e770) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b83454060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b83454060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 207 (Thread 0x7f4b85674640 (LWP 3212) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e6b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e6b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b84774060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b84774060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 206 (Thread 0x7f4b86994640 (LWP 3211) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e5f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e5f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b85a94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b85a94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 205 (Thread 0x7f4b87cb4640 (LWP 3210) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e530) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b86db4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b86db4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 204 (Thread 0x7f4b88fd4640 (LWP 3209) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e470) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b880d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b880d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 203 (Thread 0x7f4b8a2f4640 (LWP 3208) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e3b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e3b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b893f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b893f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 202 (Thread 0x7f4b8b614640 (LWP 3207) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e2f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e2f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b8a714060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b8a714060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 201 (Thread 0x7f4b8c934640 (LWP 3206) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e230) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b8ba34060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b8ba34060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 200 (Thread 0x7f4b8dc54640 (LWP 3205) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e170) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b8cd54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b8cd54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 199 (Thread 0x7f4b8ef74640 (LWP 3204) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075e0b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075e0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b8e074060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b8e074060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 198 (Thread 0x7f4b90294640 (LWP 3203) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075dff0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075dff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b8f394060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b8f394060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 197 (Thread 0x7f4b915b4640 (LWP 3202) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075df30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075df30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b906b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b906b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 196 (Thread 0x7f4b928d4640 (LWP 3201) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075de70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075de70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b919d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b919d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 195 (Thread 0x7f4b93bfc640 (LWP 3200) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075ddb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075ddb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b92cf4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b92cf4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 194 (Thread 0x7f4b95a25640 (LWP 3199) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075dc30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075dc30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b94006060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b94006060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 193 (Thread 0x7f4b96234640 (LWP 3198) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075dcf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075dcf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b94b25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b94b25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 192 (Thread 0x7f4b97554640 (LWP 3197) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075db70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075db70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b96654060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b96654060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 191 (Thread 0x7f4b98874640 (LWP 3196) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075dab0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075dab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b97974060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b97974060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 190 (Thread 0x7f4b99b94640 (LWP 3195) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075d9f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075d9f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b98c94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b98c94060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 189 (Thread 0x7f4b9aeb8640 (LWP 3194) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075d930) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075d930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b99fb4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b99fb4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 188 (Thread 0x7f4b9c1d8640 (LWP 3193) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300075d870) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300075d870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b9b2d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b9b2d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 187 (Thread 0x7f4b9d4f8640 (LWP 3192) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d7b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d7b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b9c5f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b9c5f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 186 (Thread 0x7f4b9e818640 (LWP 3191) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d6f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d6f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b9d918060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b9d918060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 185 (Thread 0x7f4b9fb38640 (LWP 3190) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b9ec38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b9ec38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 184 (Thread 0x7f4ba0e58640 (LWP 3189) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4b9ff58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4b9ff58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 183 (Thread 0x7f4ba2178640 (LWP 3188) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d4b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba1278060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba1278060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 182 (Thread 0x7f4ba3498640 (LWP 3187) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d3f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d3f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba2598060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba2598060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 181 (Thread 0x7f4ba47b8640 (LWP 3186) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba38b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba38b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 180 (Thread 0x7f4ba5ad8640 (LWP 3185) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba4bd8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba4bd8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 179 (Thread 0x7f4ba6df8640 (LWP 3184) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d1b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d1b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba5ef8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba5ef8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 178 (Thread 0x7f4ba8118640 (LWP 3183) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d0f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d0f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba7218060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba7218060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 177 (Thread 0x7f4ba9438640 (LWP 3182) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072d030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072d030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba8538060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba8538060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 176 (Thread 0x7f4baa758640 (LWP 3181) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072cf70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072cf70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4ba9858060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4ba9858060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 175 (Thread 0x7f4baba78640 (LWP 3180) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072ceb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072ceb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4baab78060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4baab78060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 174 (Thread 0x7f4bacd98640 (LWP 3179) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072cdf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072cdf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4babe98060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4babe98060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 173 (Thread 0x7f4bae0b8640 (LWP 3178) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072cd30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072cd30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bad1b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bad1b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 172 (Thread 0x7f4baf3d8640 (LWP 3177) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072cc70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072cc70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bae4d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bae4d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 171 (Thread 0x7f4bb06f9640 (LWP 3176) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072cbb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072cbb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4baf7f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4baf7f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 170 (Thread 0x7f4bb1a19640 (LWP 3175) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072caf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072caf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb0b19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb0b19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 169 (Thread 0x7f4bb2d39640 (LWP 3174) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072ca30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072ca30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb1e39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb1e39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 168 (Thread 0x7f4bb4059640 (LWP 3173) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c970) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb3159060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb3159060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 167 (Thread 0x7f4bb5379640 (LWP 3172) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c8b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c8b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb4479060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb4479060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 166 (Thread 0x7f4bb71aa640 (LWP 3171) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c7f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c7f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb5799060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb5799060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 165 (Thread 0x7f4bb79b9640 (LWP 3170) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c730) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb62aa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb62aa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 164 (Thread 0x7f4bb8cd9640 (LWP 3169) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c670) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb7dd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb7dd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 163 (Thread 0x7f4bb9ff9640 (LWP 3168) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c5b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c5b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bb90f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bb90f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 162 (Thread 0x7f4bbb319640 (LWP 3167) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c4f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c4f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bba419460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bba419460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 161 (Thread 0x7f4bbc639640 (LWP 3166) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c430) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bbb739060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bbb739060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 160 (Thread 0x7f4bbd959640 (LWP 3165) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c370) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bbca59060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bbca59060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 159 (Thread 0x7f4bbec79640 (LWP 3164) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c2b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c2b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bbdd79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bbdd79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 158 (Thread 0x7f4bbff99640 (LWP 3163) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c1f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c1f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bbf099060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bbf099060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 157 (Thread 0x7f4bc12b9640 (LWP 3162) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c130) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc03b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc03b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 156 (Thread 0x7f4bc25d9640 (LWP 3161) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300072c070) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300072c070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc16d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc16d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 155 (Thread 0x7f4bc38f9640 (LWP 3160) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fbfb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fbfb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc29f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc29f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 154 (Thread 0x7f4bc4c19640 (LWP 3159) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fbef0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fbef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc3d19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc3d19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 153 (Thread 0x7f4bc5f39640 (LWP 3158) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fbe30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fbe30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc5039060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc5039060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 152 (Thread 0x7f4bc7259640 (LWP 3157) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fbd70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fbd70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc6359060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc6359060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 151 (Thread 0x7f4bc8579640 (LWP 3156) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fbcb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fbcb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc7679060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc7679060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 150 (Thread 0x7f4bc9899640 (LWP 3155) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fbbf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fbbf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc8999060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc8999060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 149 (Thread 0x7f4bcabb9640 (LWP 3154) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fbb30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fbb30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bc9cb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bc9cb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 148 (Thread 0x7f4bcbed9640 (LWP 3153) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fba70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fba70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bcafd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bcafd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 147 (Thread 0x7f4bcd1f9640 (LWP 3152) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb9b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb9b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bcc2f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bcc2f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 146 (Thread 0x7f4bce51a640 (LWP 3151) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb8f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb8f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bcd61a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bcd61a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 145 (Thread 0x7f4bcf83a640 (LWP 3150) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb830) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bce93a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bce93a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 144 (Thread 0x7f4bd0b5a640 (LWP 3149) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb770) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bcfc5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bcfc5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 143 (Thread 0x7f4bd1e7a640 (LWP 3148) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb6b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb6b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd0f7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd0f7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 142 (Thread 0x7f4bd319a640 (LWP 3147) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb5f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb5f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd229a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd229a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 141 (Thread 0x7f4bd44ba640 (LWP 3146) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb530) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd35ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd35ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 140 (Thread 0x7f4bd57da640 (LWP 3145) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb470) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd48da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd48da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 139 (Thread 0x7f4bd6afa640 (LWP 3144) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb3b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb3b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd5bfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd5bfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 138 (Thread 0x7f4bd7e1a640 (LWP 3143) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb2f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb2f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd6f1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd6f1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 137 (Thread 0x7f4bd913a640 (LWP 3142) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb230) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd823a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd823a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 136 (Thread 0x7f4bda45a640 (LWP 3141) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb170) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bd955a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bd955a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 135 (Thread 0x7f4bdb77a640 (LWP 3140) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fb0b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fb0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bda87a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bda87a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 134 (Thread 0x7f4bdca9a640 (LWP 3139) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006faff0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006faff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bdbb9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bdbb9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 133 (Thread 0x7f4bdddba640 (LWP 3138) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006faf30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006faf30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bdceba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bdceba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 132 (Thread 0x7f4bdf0da640 (LWP 3137) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fae70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fae70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bde1da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bde1da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 131 (Thread 0x7f4be03fa640 (LWP 3136) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fadb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fadb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bdf4fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bdf4fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 130 (Thread 0x7f4be171a640 (LWP 3135) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006facf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006facf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be081a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be081a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 129 (Thread 0x7f4be2a3a640 (LWP 3134) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fac30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fac30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be1b3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be1b3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 128 (Thread 0x7f4be3d5a640 (LWP 3133) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fab70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fab70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be2e5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be2e5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 127 (Thread 0x7f4be507a640 (LWP 3132) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006faab0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006faab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be417a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be417a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 126 (Thread 0x7f4be639a640 (LWP 3131) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fa9f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fa9f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be549a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be549a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 125 (Thread 0x7f4be76ba640 (LWP 3130) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fa930) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fa930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be67ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be67ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 124 (Thread 0x7f4be94e3640 (LWP 3129) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006fa870) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006fa870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be7ada060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be7ada060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 123 (Thread 0x7f4bea803640 (LWP 3128) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca7b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca7b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4be9903060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4be9903060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 122 (Thread 0x7f4bebb23640 (LWP 3127) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca6f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca6f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4beac23060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4beac23060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 121 (Thread 0x7f4bece44640 (LWP 3126) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bebf44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bebf44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 120 (Thread 0x7f4bee164640 (LWP 3125) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bed264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bed264060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 119 (Thread 0x7f4bef484640 (LWP 3124) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca4b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bee584060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bee584060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 118 (Thread 0x7f4bf07a4640 (LWP 3123) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca3f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca3f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bef8a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bef8a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 117 (Thread 0x7f4bf1ac4640 (LWP 3122) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf0bc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf0bc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 116 (Thread 0x7f4bf2de4640 (LWP 3121) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf1ee4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf1ee4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 115 (Thread 0x7f4bf4104640 (LWP 3120) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca1b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca1b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf3204060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf3204060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 114 (Thread 0x7f4bf5424640 (LWP 3119) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca0f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca0f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf4524060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf4524060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 113 (Thread 0x7f4bf6744640 (LWP 3118) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006ca030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006ca030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf5844060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf5844060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 112 (Thread 0x7f4bf7a64640 (LWP 3117) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9f70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9f70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf6b64060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf6b64060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 111 (Thread 0x7f4bf8d84640 (LWP 3116) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9eb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9eb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf7e84060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf7e84060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 110 (Thread 0x7f4bfa0a4640 (LWP 3115) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9df0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9df0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bf91a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bf91a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 109 (Thread 0x7f4bfb3c4640 (LWP 3114) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9d30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9d30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bfa4c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bfa4c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 108 (Thread 0x7f4bfc6e4640 (LWP 3113) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9c70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9c70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bfb7e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bfb7e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 107 (Thread 0x7f4bfda04640 (LWP 3112) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9bb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9bb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bfcb04060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bfcb04060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 106 (Thread 0x7f4bfed24640 (LWP 3111) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9af0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bfde24060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bfde24060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 105 (Thread 0x7f4c00044640 (LWP 3110) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9a30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9a30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4bff144060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4bff144060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 104 (Thread 0x7f4c01364640 (LWP 3109) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9970) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c00464060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c00464060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 103 (Thread 0x7f4c02684640 (LWP 3108) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c98b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c98b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c01784060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c01784060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 102 (Thread 0x7f4c039a4640 (LWP 3107) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c97f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c97f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c02aa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c02aa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 101 (Thread 0x7f4c04cc4640 (LWP 3106) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9730) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c03dc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c03dc4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 100 (Thread 0x7f4c05fe4640 (LWP 3105) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9670) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c050e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c050e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 99 (Thread 0x7f4c07304640 (LWP 3104) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c95b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c95b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c06404060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c06404060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 98 (Thread 0x7f4c08624640 (LWP 3103) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c94f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c94f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c07724060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c07724060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 97 (Thread 0x7f4c09944640 (LWP 3102) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9430) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c08a44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c08a44060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 96 (Thread 0x7f4c0ac64640 (LWP 3101) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9370) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c09d64060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c09d64060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 95 (Thread 0x7f4c0bf84640 (LWP 3100) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c92b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c92b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c0b084060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c0b084060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 94 (Thread 0x7f4c0d2a4640 (LWP 3099) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c91f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c91f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c0c3a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c0c3a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 93 (Thread 0x7f4c0e5c6640 (LWP 3098) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9130) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c0d6c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c0d6c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 92 (Thread 0x7f4c0f8e6640 (LWP 3097) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006c9070) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006c9070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c0e9e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c0e9e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 91 (Thread 0x7f4c10c06640 (LWP 3096) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698fb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698fb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c0fd06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c0fd06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 90 (Thread 0x7f4c11f26640 (LWP 3095) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698ef0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698ef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c11026060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c11026060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 89 (Thread 0x7f4c13246640 (LWP 3094) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698e30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698e30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c12346060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c12346060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 88 (Thread 0x7f4c14566640 (LWP 3093) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698d70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698d70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c13666060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c13666060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 87 (Thread 0x7f4c15886640 (LWP 3092) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698cb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698cb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c14986060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c14986060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 86 (Thread 0x7f4c16ba6640 (LWP 3091) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698bf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698bf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c15ca6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c15ca6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 85 (Thread 0x7f4c17ec6640 (LWP 3090) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698b30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698b30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c16fc6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c16fc6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 84 (Thread 0x7f4c191e6640 (LWP 3089) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698a70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698a70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c182e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c182e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 83 (Thread 0x7f4c1a506640 (LWP 3088) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006989b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006989b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c19606060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c19606060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 82 (Thread 0x7f4c1b826640 (LWP 3087) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006988f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006988f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c1a926060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c1a926060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 81 (Thread 0x7f4c1d657640 (LWP 3086) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698830) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c1bc46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c1bc46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 80 (Thread 0x7f4c1de66640 (LWP 3085) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006986b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006986b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c1c757060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c1c757060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 79 (Thread 0x7f4c1f186640 (LWP 3084) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698770) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c1e286060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c1e286060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 78 (Thread 0x7f4c204a6640 (LWP 3083) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006985f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006985f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c1f5a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c1f5a6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 77 (Thread 0x7f4c217c6640 (LWP 3082) "BgSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007fff0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007fff0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007ffc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007ffc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698530) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c208c6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c208c6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 76 (Thread 0x7f4c22ae6640 (LWP 3081) "BgBufSchPool/D"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dd90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dd90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289ca5d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 #5 0x00005600e289dcfb in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 #6 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x503000698440) at ./src/Common/ThreadPool.h:223 #10 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698440) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c21be6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f4c21be6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #18 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #19 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #20 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00005600c2472a5b in asan_thread_start(void*) () #22 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 75 (Thread 0x7f4c23e06640 (LWP 3080) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698380) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698380) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c22f06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c22f06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 74 (Thread 0x7f4c25126640 (LWP 3079) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006982c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006982c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c24226060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c24226060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 73 (Thread 0x7f4c26446640 (LWP 3078) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698200) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698200) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c25546060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c25546060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 72 (Thread 0x7f4c27766640 (LWP 3077) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698140) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698140) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c26866060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c26866060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 71 (Thread 0x7f4c28a87640 (LWP 3076) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000698080) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000698080) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c27b87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c27b87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 70 (Thread 0x7f4c29da7640 (LWP 3075) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697fc0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697fc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c28ea7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c28ea7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 69 (Thread 0x7f4c2b0c7640 (LWP 3074) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697f00) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697f00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c2a1c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c2a1c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 68 (Thread 0x7f4c2c3e7640 (LWP 3073) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697e40) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697e40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c2b4e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c2b4e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 67 (Thread 0x7f4c2d707640 (LWP 3072) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697d80) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697d80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c2c807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c2c807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 66 (Thread 0x7f4c2ea27640 (LWP 3071) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697cc0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697cc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c2db27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c2db27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 65 (Thread 0x7f4c2fd47640 (LWP 3070) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697c00) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697c00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c2ee47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c2ee47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 64 (Thread 0x7f4c31067640 (LWP 3069) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697b40) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697b40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c30167060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c30167060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 63 (Thread 0x7f4c32387640 (LWP 3068) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697a80) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697a80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c31487060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c31487060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 62 (Thread 0x7f4c336a7640 (LWP 3067) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006979c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006979c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c327a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c327a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 61 (Thread 0x7f4c349c7640 (LWP 3066) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697900) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697900) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c33ac7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c33ac7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 60 (Thread 0x7f4c35ce7640 (LWP 3065) "BgBufSchPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51300007dcf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51300007dcf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e289be73 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x51300007dcc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x51300007dcc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x00005600e289d79b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000697840) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000697840) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c34de7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c34de7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 59 (Thread 0x7f4c3840b640 (LWP 3054) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000754370, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000754370, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000754348, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000060140) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x503000427570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000427570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c3750b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c3750b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 58 (Thread 0x7f4c3972b640 (LWP 3053) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000035300, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000035300, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0000352d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000282250) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000282250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c3882b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c3882b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 57 (Thread 0x7f4c3aa4b640 (LWP 3052) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000035300, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000035300, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0000352d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000282150) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000282150) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c39b4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c39b4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 56 (Thread 0x7f4c3bd6b640 (LWP 3051) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000035300, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000035300, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0000352d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000282050) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000282050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c3ae6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c3ae6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 55 (Thread 0x7f4c3d08b640 (LWP 3050) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000035300, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000035300, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0000352d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000281f50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000281f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c3c18b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c3c18b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 54 (Thread 0x7f4c3e3ab640 (LWP 3049) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000035300, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000035300, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0000352d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000281e50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000281e50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c3d4ab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c3d4ab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 53 (Thread 0x7f4c3fde0640 (LWP 3048) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e0007516d0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e0007516d0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e0007516a8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600005dd40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003e37a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003e37a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c3eee0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c3eee0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 52 (Thread 0x7f4c41100640 (LWP 3047) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d740, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d740, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d718, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000258390) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000258390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c40200060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c40200060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 51 (Thread 0x7f4c42420640 (LWP 3046) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d740, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d740, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d718, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000258290) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000258290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c41520060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c41520060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 50 (Thread 0x7f4c43740640 (LWP 3045) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d740, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d740, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d718, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000258190) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000258190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c42840060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c42840060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 49 (Thread 0x7f4c44a60640 (LWP 3044) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d740, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d740, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d718, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000258090) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000258090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c43b60060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c43b60060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 48 (Thread 0x7f4c45d80640 (LWP 3043) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d740, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d740, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d718, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023ff90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023ff90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c44e80060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c44e80060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 47 (Thread 0x7f4c470a0640 (LWP 3042) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e0007515f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e0007515f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e0007515c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600005da40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003e3290) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003e3290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c461a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c461a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 46 (Thread 0x7f4c483c1640 (LWP 3041) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d380, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d380, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d358, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023f590) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023f590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c474c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c474c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 45 (Thread 0x7f4c496e1640 (LWP 3040) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d380, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d380, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d358, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023f490) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023f490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c487e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c487e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 44 (Thread 0x7f4c4aa01640 (LWP 3039) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d380, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d380, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d358, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023f390) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023f390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c49b01460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c49b01460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 43 (Thread 0x7f4c4bd21640 (LWP 3038) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d380, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d380, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d358, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023f290) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023f290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c4ae21060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c4ae21060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 42 (Thread 0x7f4c4d041640 (LWP 3037) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d380, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d380, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d358, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023f190) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023f190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c4c141060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c4c141060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 41 (Thread 0x7f4c4e361640 (LWP 3036) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000751510, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000751510, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e0007514e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600005d740) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003c75a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003c75a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c4d461060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c4d461060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 40 (Thread 0x7f4c50192640 (LWP 3035) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d290, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d290, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d268, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023e710) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023e710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c4e781060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c4e781060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 39 (Thread 0x7f4c509a1640 (LWP 3034) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d290, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d290, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d268, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023e610) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023e610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c4f292060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c4f292060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 38 (Thread 0x7f4c51cc1640 (LWP 3033) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d290, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d290, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d268, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023e510) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023e510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c50dc1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c50dc1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 37 (Thread 0x7f4c52fe1640 (LWP 3032) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d290, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d290, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d268, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023e410) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023e410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c520e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c520e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 36 (Thread 0x7f4c54301640 (LWP 3031) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d290, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d290, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d268, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400023e310) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400023e310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c53401060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c53401060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 35 (Thread 0x7f4c55629640 (LWP 3030) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000751430, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000751430, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000751408, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600005d440) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003c7090) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003c7090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c54721060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c54721060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 34 (Thread 0x7f4c56941640 (LWP 3029) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d1a0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d1a0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d178, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000225750) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000225750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c55a33060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c55a33060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 33 (Thread 0x7f4c57c61640 (LWP 3028) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d1a0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d1a0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d178, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000225850) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000225850) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c56d61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c56d61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 32 (Thread 0x7f4c58f81640 (LWP 3027) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d1a0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d1a0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d178, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000225650) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000225650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c58081060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c58081060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 31 (Thread 0x7f4c5a2a1640 (LWP 3026) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d1a0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d1a0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d178, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000225550) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000225550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c593a1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c593a1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 30 (Thread 0x7f4c5b5c1640 (LWP 3025) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d1a0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d1a0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d178, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000225450) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000225450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c5a6c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c5a6c1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 29 (Thread 0x7f4c5c8e1640 (LWP 3024) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000751350, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000751350, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000751328, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600005d140) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003c6b80) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003c6b80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c5b9e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c5b9e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 28 (Thread 0x7f4c5dc01640 (LWP 3023) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d0b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d0b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d088, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000224a10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000224a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c5cd01060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c5cd01060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 27 (Thread 0x7f4c5ef21640 (LWP 3022) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d0b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d0b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d088, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000224910) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000224910) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c5e021060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c5e021060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 26 (Thread 0x7f4c60241640 (LWP 3021) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d0b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d0b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d088, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000224810) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000224810) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c5f341060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c5f341060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 25 (Thread 0x7f4c61561640 (LWP 3020) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d0b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d0b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d088, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000224710) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000224710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c60661060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c60661060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 24 (Thread 0x7f4c62881640 (LWP 3019) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002d0b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002d0b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002d088, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x504000224610) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x504000224610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c61981060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c61981060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 23 (Thread 0x7f4c64897640 (LWP 3013) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000750a90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000750a90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000750a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600005b340) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003bb6f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003bb6f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c63997060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c63997060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 22 (Thread 0x7f4c65bb7640 (LWP 3012) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e0007509b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e0007509b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000750988, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600005b040) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003bb3c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003bb3c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c64cb7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c64cb7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 21 (Thread 0x7f4c66ed8640 (LWP 3011) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c930, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c930, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c908, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400020fa90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400020fa90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c65fd8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c65fd8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 20 (Thread 0x7f4c681f8640 (LWP 3010) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c934, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c934, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c908, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400020f990) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400020f990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c672f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c672f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 19 (Thread 0x7f4c69518640 (LWP 3009) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c930, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c930, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c908, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400020f890) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400020f890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c68618060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c68618060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 18 (Thread 0x7f4c6a838640 (LWP 3008) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c934, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c934, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c908, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400020f790) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400020f790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c69938060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c69938060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 17 (Thread 0x7f4c6bb58640 (LWP 3007) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c930, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c930, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c908, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x50400020f690) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50400020f690) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c6ac58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c6ac58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 16 (Thread 0x7f4c6db9f640 (LWP 3006) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000720a50, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000720a50, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000720a28, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000057440) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x5030003466f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030003466f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c6cc9f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c6cc9f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 15 (Thread 0x7f4c6eebf640 (LWP 3005) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000eed0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000eed0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000eea8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040001c3850) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040001c3850) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c6dfbf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c6dfbf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 14 (Thread 0x7f4c70cf0640 (LWP 3004) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000eed0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000eed0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000eea8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040001c3750) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040001c3750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c6f2df060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c6f2df060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 13 (Thread 0x7f4c714ff640 (LWP 3003) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000eed0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000eed0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000eea8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040001c3650) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040001c3650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c6fdf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c6fdf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 12 (Thread 0x7f4c7281f640 (LWP 3002) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000eed0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000eed0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000eea8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040001c3550) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040001c3550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c7191f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c7191f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 11 (Thread 0x7f4c73b3f640 (LWP 3001) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000eed4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000eed4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000eea8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040001c3450) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040001c3450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c72c3f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c72c3f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 10 (Thread 0x7f4c7536e640 (LWP 2995) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001df40, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001df40, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4a094ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001df18, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001dec0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x00005600d4a11853 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c7446e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f4c7446e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x00005600c2472a5b in asan_thread_start(void*) () #19 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 9 (Thread 0x7f4c76894640 (LWP 2994) "clickhouse-serv"): #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00005600f9128252 in epoll_pwait (fd=32, ev=0x7f4c7688cbc0, cnt=100, to=100000, sigs=0x0) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=32, ev=0x7f4c7688cbc0, cnt=100, to=100000) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:36 #3 0x00005600f2aba28a in aws_event_loop_thread () #4 0x00005600f2aa6996 in thread_fn () #5 0x00005600c2472a5b in asan_thread_start(void*) () #6 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 8 (Thread 0x7f4c77cb8640 (LWP 2993) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e0006c9330, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e0006c9330, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70e9d1c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e0006c9308, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600001f640) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x00005600e7102e5b in DB::CacheMetadata::startup()::$_1::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:748 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000]&>(DB::CacheMetadata::startup()::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}::operator()() (this=0x50300029d7f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300029d7f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c76db8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c76db8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 7 (Thread 0x7f4c7a5fa640 (LWP 2992) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0000069b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0000069b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006988, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040000e5010) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040000e5010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c780d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c780d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 6 (Thread 0x7f4c7b91a640 (LWP 2991) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0000069b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0000069b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006988, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040000e4f10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040000e4f10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c78be9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c78be9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 5 (Thread 0x7f4c7c129640 (LWP 2990) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0000069b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0000069b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006988, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040000e4e10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040000e4e10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c796fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c796fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 4 (Thread 0x7f4c7c938640 (LWP 2989) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0000069b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0000069b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006988, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040000e5110) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040000e5110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c7aa1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c7aa1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 3 (Thread 0x7f4c7dc58640 (LWP 2988) "ThreadPool"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0000069b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0000069b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600e70ebce3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006988, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::downloadThreadFunc (this=, stop_flag=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:592 #6 0x00005600e71026b9 in DB::CacheMetadata::startup()::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:746 #7 std::__1::__invoke[abi:v15000](DB::CacheMetadata::startup()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000]&>(DB::CacheMetadata::startup()::$_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::CacheMetadata::startup()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}::operator()() (this=0x5040000e4d10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(DB::CacheMetadata::startup()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5040000e4d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CacheMetadata::startup()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00005600d4a00e8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f4c7cd58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f4c7cd58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x512000021040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x00005600d4a0cf4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, 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, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00005600c2472a5b in asan_thread_start(void*) () #23 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 2 (Thread 0x7f4d6c7a3640 (LWP 2971) "clickhouse-serv"): #0 0x00007f4d70a4a81c in read () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00005600c23f4bcf in __interceptor_read () #2 0x00005600d492c295 in DB::ReadBufferFromFileDescriptor::readImpl (this=, to=, min_bytes=1, max_bytes=536, offset=) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:75 #3 0x00005600d492cca5 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7f4c87c44300) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:124 #4 0x00005600c31d950b in DB::ReadBuffer::next() () #5 0x00005600d4fe8ea5 in DB::ReadBuffer::eof (this=0x7f4c87c44300) at ./src/IO/ReadBuffer.h:106 #6 SignalListener::run (this=) at ./build_docker/./src/Daemon/BaseDaemon.cpp:225 #7 0x00005600f2295f08 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x00005600c2472a5b in asan_thread_start(void*) () #9 0x00007f4d709caac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f4d70a5c850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1 (Thread 0x7f4d70846300 (LWP 2970) "clickhouse-serv"): #0 0x00007f4d709c7117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f4d709c9a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00005600f8f8637a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7f4d6ef2dac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x7f4d6ef2dac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x00005600d4fe30cb in std::__1::condition_variable::wait(std::__1::unique_lock&, BaseDaemon::waitForTerminationRequest()::$_0) (this=0x7f4d6ef2daa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 BaseDaemon::waitForTerminationRequest (this=) at ./build_docker/./src/Daemon/BaseDaemon.cpp:1137 #6 0x00005600d4ca3aa8 in DB::Server::main (this=) at ./build_docker/./programs/server/Server.cpp:2147 #7 0x00005600f1ec97ff in Poco::Util::Application::run (this=0x7f4d6ef2d820) at ./build_docker/./base/poco/Util/src/Application.cpp:315 #8 0x00005600d4c70dc4 in DB::Server::run (this=0x7f4d6ef2d820) at ./build_docker/./programs/server/Server.cpp:418 #9 0x00005600f1f0e129 in Poco::Util::ServerApplication::run (this=, argc=, argv=) at ./build_docker/./base/poco/Util/src/ServerApplication.cpp:131 #10 0x00005600d4c68dda in mainEntryClickHouseServer (argc=, argv=) at ./build_docker/./programs/server/Server.cpp:224 #11 0x00005600c24aca0b in main (argc_=, argv_=) at ./build_docker/./programs/main.cpp:498 [Inferior 1 (process 2970) detached] Traceback (most recent call last): File "/usr/bin/clickhouse-test", line 3390, in main(args) File "/usr/bin/clickhouse-test", line 2681, in main raise TestException(msg) __main__.TestException: Server is not responding. Cannot execute 'SELECT 1' query. Traceback (most recent call last): File "/usr/bin/stress", line 389, in main() File "/usr/bin/stress", line 372, in main res = call(cmd, shell=True, stdout=tee.stdin, stderr=STDOUT, timeout=600) File "/usr/lib/python3.10/subprocess.py", line 347, in call return p.wait(timeout=timeout) File "/usr/lib/python3.10/subprocess.py", line 1209, in wait return self._wait(timeout=timeout) File "/usr/lib/python3.10/subprocess.py", line 1951, in _wait raise TimeoutExpired(self.args, timeout) subprocess.TimeoutExpired: Command '/usr/bin/clickhouse-test --client-option max_untracked_memory=1Gi max_memory_usage_for_user=0 memory_profiler_step=1Gi --database=system --hung-check --report-logs-stats 00001_select_1' timed out after 600 seconds + echo -e 'Test script failed\tFAIL\t\N\t script exit code: 1' + rg -Fa 'No queries hung' /test_output/test_results.tsv + grep -Fa OK ++ head_escaped /test_output/hung_check.log ++ escaped ++ head -n 100 /test_output/hung_check.log ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Hung check failed, possible deadlock found (see hung_check.log)\tFAIL\t\N\tUsing queries from \'\''/usr/share/clickhouse-test/queries\'\'' directory\\nConnecting to ClickHouse server...Connection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\nConnection error, will retry: [Errno 104] Connection reset by peer\\n' + stop_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=2970 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Sent terminate signal to process with pid 2970. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2970. The process with pid = 2970 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_MAX 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_MAX 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_MAX 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_MAX 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_MAX + start_server + counter=0 + max_attempt=120 + 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 127.0.0.1 - - [22/Jul/2024:20:20:43 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [22/Jul/2024:20:20:43 +0000] "PUT /devstoreaccount1/cont/uobamedtlzwvknerblojfxiwhilgfwwh?blockid=zyiiwtsqitifdszmytchbggepxnlljocfwpbuixigifsxgycmqxnqaruttdvmqkb&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:20:20:43 +0000] "PUT /devstoreaccount1/cont/uobamedtlzwvknerblojfxiwhilgfwwh?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:20:20:43 +0000] "GET /devstoreaccount1/cont/uobamedtlzwvknerblojfxiwhilgfwwh HTTP/1.1" 206 4 127.0.0.1 - - [22/Jul/2024:20:20:43 +0000] "GET /devstoreaccount1/cont/uobamedtlzwvknerblojfxiwhilgfwwh HTTP/1.1" 206 2 + sleep 0.5 127.0.0.1 - - [22/Jul/2024:20:20:43 +0000] "DELETE /devstoreaccount1/cont/uobamedtlzwvknerblojfxiwhilgfwwh HTTP/1.1" 202 - + 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' 1 + attach_gdb_to_clickhouse ++ 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 29071 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ hxB =~ e ]] + set_e=false + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + false + return + 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_server + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=29071 + clickhouse stop --max-tries 90 --do-not-kill API: PutObjectPart(bucket=test, object=s3/lek/pwkgrtoxtwnzxaiacfyqawbiqxsnv) Time: 20:21:57 UTC 07/22/2024 DeploymentID: 1a4427d0-6d40-49c4-8ff9-d04f23a24f30 RequestID: 17E4A294D16D0E6B RemoteHost: ::1 Host: localhost:11111 UserAgent: aws-sdk-cpp/1.11.234 ua/2.0 md/aws-crt#0.24.11-dev+b6642564 os/Linux/5.15.0-116-generic md/arch#x86_64 lang/c++#C++23 md/Clang#17.0.6 cfg/retry-mode#custom api/S3 Error: open /minio_data/.minio.sys/multipart/178e98887695a9458a44d11eeb2a5e6a8047ea945705596fbd5d80801623a926/24c17771-db8d-495f-aa52-3757d0fb941d/00002.d9f15be772929726021274af7b4f6b80.16777216: no such file or directory (*fs.PathError) uploadID=24c17771-db8d-495f-aa52-3757d0fb941d, partPath=/minio_data/.minio.sys/multipart/178e98887695a9458a44d11eeb2a5e6a8047ea945705596fbd5d80801623a926/24c17771-db8d-495f-aa52-3757d0fb941d/00002.d9f15be772929726021274af7b4f6b80.16777216, filepath=/minio_data/.minio.sys/tmp/e5e02c76-58e0-49c0-9d50-be92ffb38d0e/24c17771-db8d-495f-aa52-3757d0fb941d.049c7e74-8700-4c08-adb9-457381feab2b 1: cmd/fs-v1-multipart.go:121:cmd.(*FSObjects).backgroundAppend() script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 29071. The process with pid = 29071 is running. Sent terminate signal to process with pid 29071. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 29071. The process with pid = 29071 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 29071. The process with pid = 29071 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 29071. The process with pid = 29071 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 29071. The process with pid = 29071 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 29071. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 is running. Waiting for server to stop Found pid = 29071 in the list of running processes. The process with pid = 29071 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 + sed -n '/WARNING:.*anitizer/,/^$/p' /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 + grep -v a.myext + echo -e 'No lost s3 keys\tOK\t\N\t' + rg -Fa 'it is lost forever' /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 + grep SharedMergeTreePartCheckThread + echo -e 'No SharedMergeTree lost forever in clickhouse-server.log\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 -Faz '########################################' /test_output/gdb.log /test_output/hung_check.log /test_output/stress_run_logs.tar.zst /test_output/test_results.tsv + rg -Fa ' received signal ' /test_output/gdb.log + dmesg -T + grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log + echo -e 'No OOM in dmesg\tOK\t\N\t' + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + collect_query_and_trace_logs + for table in query_log trace_log + clickhouse-local --config-file=/etc/clickhouse-server/config.xml --only-system-tables -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 Processing configuration file '/etc/clickhouse-server/config.xml'. Merging configuration file '/etc/clickhouse-server/config.d/CORS.xml'. Merging configuration file '/etc/clickhouse-server/config.d/asynchronous_metrics_update_period_s.xml'. Merging configuration file '/etc/clickhouse-server/config.d/azure_storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backoff_failed_mutation.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backups.xml'. Merging configuration file '/etc/clickhouse-server/config.d/blob_storage_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/block_number.xml'. Merging configuration file '/etc/clickhouse-server/config.d/clusters.xml'. Merging configuration file '/etc/clickhouse-server/config.d/compressed_marks_and_index.xml'. Merging configuration file '/etc/clickhouse-server/config.d/core.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_disks_base_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_settings_prefixes.xml'. Merging configuration file '/etc/clickhouse-server/config.d/database_atomic.xml'. Merging configuration file '/etc/clickhouse-server/config.d/disable_s3_env_credentials.xml'. Merging configuration file '/etc/clickhouse-server/config.d/display_name.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_access_control_improvements.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_keeper_map.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_wait_for_shutdown_replicated_tables.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_zero_copy_replication.xml'. Merging configuration file '/etc/clickhouse-server/config.d/encryption.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_cache_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_caches_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/forbidden_headers.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite_alternative.xml'. Merging configuration file '/etc/clickhouse-server/config.d/handlers.yaml'. Merging configuration file '/etc/clickhouse-server/config.d/keeper_port.xml'. Merging configuration file '/etc/clickhouse-server/config.d/legacy_geobase.xml'. Merging configuration file '/etc/clickhouse-server/config.d/listen.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logger_trace.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logging_no_rotate.xml'. Merging configuration file '/etc/clickhouse-server/config.d/lost_forever_check.xml'. Merging configuration file '/etc/clickhouse-server/config.d/macros.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_concurrent_queries.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_num_to_warn.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_server_memory_usage.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_old_dirs_cleanup.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_settings.xml'. Merging configuration file '/etc/clickhouse-server/config.d/named_collection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/nlp.xml'. Merging configuration file '/etc/clickhouse-server/config.d/prometheus.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml_original.xml'. Merging configuration file '/etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml'. Merging configuration file '/etc/clickhouse-server/config.d/secure_ports.xml'. Merging configuration file '/etc/clickhouse-server/config.d/session_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/ssl_certs.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02944.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02961.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02963.xml'. Merging configuration file '/etc/clickhouse-server/config.d/system_unfreeze.xml'. Merging configuration file '/etc/clickhouse-server/config.d/tcp_with_proxy.xml'. Merging configuration file '/etc/clickhouse-server/config.d/test_cluster_with_incorrect_pw.xml'. Merging configuration file '/etc/clickhouse-server/config.d/text_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_lists.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/transactions.xml'. Merging configuration file '/etc/clickhouse-server/config.d/validate_tcp_client_information.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zero_copy_destructive_operations.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_fault_injection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_write.xml'. Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log 127.0.0.1 - - [22/Jul/2024:20:22:22 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - ================================================================= ==30191==ERROR: LeakSanitizer: detected memory leaks Indirect leak of 48224 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589fafc83ba in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589fafc83ba in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589fafc83ba in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589fafc83ba in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589fafc83ba in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x5589fafc83ba in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x5589fafc83ba in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x5589fafc83ba in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #9 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #10 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #11 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #12 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #13 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #14 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #15 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #16 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #17 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #18 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #19 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #20 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #21 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #22 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #23 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #24 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #25 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 25208 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589fb069dc7 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589fb069dc7 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589fb069dc7 in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589fb069dc7 in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589fb069dc7 in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x5589fb069dc7 in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*, bool&, void>(std::__1::allocator const&, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x5589fb03f729 in std::__1::shared_ptr std::__1::make_shared[abi:v15000](DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x5589fb03f729 in DB::CacheMetadata::getKeyMetadata(DB::FileCacheKey const&, DB::CacheMetadata::KeyNotFoundPolicy, DB::FileCacheUserInfo const&, bool) build_docker/./src/Interpreters/Cache/Metadata.cpp:286:18 #9 0x5589fafc635f in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1103:38 #10 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 12056 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589fb0983b0 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589fb0983b0 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589fb0983b0 in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589fb0983b0 in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589fb0983b0 in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x5589fb0983b0 in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::SLRUFileCachePriority*, DB::LRUFileCachePriority::LRUIterator, bool, void>(std::__1::allocator const&, DB::SLRUFileCachePriority*&&, DB::LRUFileCachePriority::LRUIterator&&, bool&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x5589fb0983b0 in std::__1::shared_ptr std::__1::make_shared[abi:v15000](DB::SLRUFileCachePriority*&&, DB::LRUFileCachePriority::LRUIterator&&, bool&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x5589fb0983b0 in DB::SLRUFileCachePriority::add(std::__1::shared_ptr, unsigned long, unsigned long, DB::FileCacheUserInfo const&, DB::CachePriorityGuard::Lock const&, bool) build_docker/./src/Interpreters/Cache/SLRUFileCachePriority.cpp:94:20 #9 0x5589fafc824a in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1153:47 #10 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 10960 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589fb0982f9 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589fb0982f9 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589fb0982f9 in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589fb0982f9 in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589fb0982f9 in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x5589fb0982f9 in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x5589fb0982f9 in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x5589fb0982f9 in DB::SLRUFileCachePriority::add(std::__1::shared_ptr, unsigned long, unsigned long, DB::FileCacheUserInfo const&, DB::CachePriorityGuard::Lock const&, bool) build_docker/./src/Interpreters/Cache/SLRUFileCachePriority.cpp:93:56 #9 0x5589fafc824a in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1153:47 #10 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 8768 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0615be06 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558a0615be06 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558a0615be06 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558a0615be06 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558a0615be06 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558a0615be06 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558a0615be06 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x558a0615be06 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x558a0615be06 in Poco::Logger::Logger(std::__1::basic_string, std::__1::allocator> const&, Poco::Channel*, int) build_docker/./base/poco/Foundation/src/Logger.cpp:51:72 #10 0x558a0615be06 in Poco::Logger::unsafeGet(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:396:17 #11 0x558a0615c3ba in Poco::Logger::getShared(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:356:24 #12 0x5589faffff7d in DB::FileSegment::FileSegment(DB::FileCacheKey const&, unsigned long, unsigned long, DB::FileSegmentState, DB::CreateFileSegmentSettings const&, bool, DB::FileCache*, std::__1::weak_ptr, std::__1::shared_ptr) build_docker/./src/Interpreters/Cache/FileSegment.cpp:70:11 #13 0x5589fafc851d in DB::FileSegment* std::__1::construct_at[abi:v15000]&, std::__1::shared_ptr&, DB::FileSegment*>(DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #14 0x5589fafc851d in void std::__1::allocator_traits>::construct[abi:v15000]&, std::__1::shared_ptr&, void, void>(std::__1::allocator&, DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #15 0x5589fafc851d in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]&, std::__1::shared_ptr&>(std::__1::allocator, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #16 0x5589fafc851d in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #17 0x5589fafc851d in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #18 0x5589fafc851d in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #19 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #20 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #21 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #22 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #23 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #24 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #25 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #26 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #27 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #28 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #29 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #30 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #31 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #32 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #33 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #34 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #35 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 8768 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0615bc20 in Poco::Logger::unsafeGet(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:396:13 #2 0x558a0615c3ba in Poco::Logger::getShared(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:356:24 #3 0x5589faffff7d in DB::FileSegment::FileSegment(DB::FileCacheKey const&, unsigned long, unsigned long, DB::FileSegmentState, DB::CreateFileSegmentSettings const&, bool, DB::FileCache*, std::__1::weak_ptr, std::__1::shared_ptr) build_docker/./src/Interpreters/Cache/FileSegment.cpp:70:11 #4 0x5589fafc851d in DB::FileSegment* std::__1::construct_at[abi:v15000]&, std::__1::shared_ptr&, DB::FileSegment*>(DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #5 0x5589fafc851d in void std::__1::allocator_traits>::construct[abi:v15000]&, std::__1::shared_ptr&, void, void>(std::__1::allocator&, DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #6 0x5589fafc851d in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]&, std::__1::shared_ptr&>(std::__1::allocator, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #7 0x5589fafc851d in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #8 0x5589fafc851d in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #9 0x5589fafc851d in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #10 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 7672 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589fafc8b30 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589fafc8b30 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589fafc8b30 in std::__1::allocator>, void*>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589fafc8b30 in std::__1::allocator_traits>, void*>>>::allocate[abi:v15000](std::__1::allocator>, void*>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589fafc8b30 in std::__1::unique_ptr>, void*>, std::__1::__tree_node_destructor>, void*>>>> std::__1::__tree>, std::__1::__map_value_compare>, std::__1::less, true>, std::__1::allocator>>>::__construct_node>(unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2132:23 #6 0x5589fafc8b30 in std::__1::pair>, std::__1::__tree_node>, void*>*, long>, bool> std::__1::__tree>, std::__1::__map_value_compare>, std::__1::less, true>, std::__1::allocator>>>::__emplace_unique_key_args>(unsigned long const&, unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2095:29 #7 0x5589fafc8b30 in std::__1::enable_if<__can_extract_map_key>>::value, std::__1::pair>, std::__1::__tree_node>, void*>*, long>, bool>>::type std::__1::__tree>, std::__1::__map_value_compare>, std::__1::less, true>, std::__1::allocator>>>::__emplace_unique[abi:v15000]>(unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:1179:16 #8 0x5589fafc8b30 in std::__1::pair>, std::__1::__tree_node>, void*>*, long>>, bool> std::__1::map, std::__1::less, std::__1::allocator>>>::emplace[abi:v15000]>(unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/map:1221:24 #9 0x5589fafc8b30 in auto DB::KeyMetadata::emplaceUnlocked>(unsigned long&, std::__1::shared_ptr&&) build_docker/./src/Interpreters/Cache/Metadata.h:90:52 #10 0x5589fafc8b30 in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1174:46 #11 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #12 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #13 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #14 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #15 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #16 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #17 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #18 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #19 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #20 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #21 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #22 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #23 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #24 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #25 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #26 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #27 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 6576 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589fb035b08 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589fb035b08 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589fb035b08 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589fb035b08 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x5589fb035b08 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x5589fb035b08 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x5589fb035b08 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x5589fb035b08 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x5589fb035b08 in DB::FileCacheUserInfo::FileCacheUserInfo(DB::FileCacheUserInfo const&) build_docker/./src/Interpreters/Cache/UserInfo.h:7:8 #10 0x5589fb035b08 in DB::KeyMetadata::KeyMetadata(DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata const*, bool) build_docker/./src/Interpreters/Cache/Metadata.cpp:67:7 #11 0x5589fb069e4b in DB::KeyMetadata* std::__1::construct_at[abi:v15000](DB::KeyMetadata*, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #12 0x5589fb069e4b in void std::__1::allocator_traits>::construct[abi:v15000](std::__1::allocator&, DB::KeyMetadata*, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #13 0x5589fb069e4b in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000](std::__1::allocator, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #14 0x5589fb069e4b in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*, bool&, void>(std::__1::allocator const&, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #15 0x5589fb03f729 in std::__1::shared_ptr std::__1::make_shared[abi:v15000](DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #16 0x5589fb03f729 in DB::CacheMetadata::getKeyMetadata(DB::FileCacheKey const&, DB::CacheMetadata::KeyNotFoundPolicy, DB::FileCacheUserInfo const&, bool) build_docker/./src/Interpreters/Cache/Metadata.cpp:286:18 #17 0x5589fafc635f in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1103:38 #18 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #19 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #20 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #21 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #22 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #23 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #25 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #26 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #27 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #28 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #29 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #30 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #31 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #32 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #33 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #34 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 6576 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589fafc85ae in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589fafc85ae in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589fafc85ae in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589fafc85ae in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589fafc85ae in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x5589fafc85ae in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], std::__1::shared_ptr, void>(std::__1::allocator const&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x5589fafc85ae in std::__1::shared_ptr std::__1::make_shared[abi:v15000], void>(std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x5589fafc85ae in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1174:70 #9 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #10 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #11 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #12 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #13 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #14 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #15 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #16 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #17 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #18 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #19 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #20 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #21 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #22 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #23 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #24 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #25 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 4384 byte(s) in 137 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0615c422 in std::__1::shared_ptr::shared_ptr[abi:v15000](Poco::Logger*, Poco::(anonymous namespace)::LoggerDeleter) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:477:24 #2 0x558a0615c422 in Poco::(anonymous namespace)::makeLoggerPtr(Poco::Logger&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:336:10 #3 0x558a0615c422 in Poco::Logger::getShared(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:364:9 #4 0x5589faffff7d in DB::FileSegment::FileSegment(DB::FileCacheKey const&, unsigned long, unsigned long, DB::FileSegmentState, DB::CreateFileSegmentSettings const&, bool, DB::FileCache*, std::__1::weak_ptr, std::__1::shared_ptr) build_docker/./src/Interpreters/Cache/FileSegment.cpp:70:11 #5 0x5589fafc851d in DB::FileSegment* std::__1::construct_at[abi:v15000]&, std::__1::shared_ptr&, DB::FileSegment*>(DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #6 0x5589fafc851d in void std::__1::allocator_traits>::construct[abi:v15000]&, std::__1::shared_ptr&, void, void>(std::__1::allocator&, DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #7 0x5589fafc851d in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]&, std::__1::shared_ptr&>(std::__1::allocator, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #8 0x5589fafc851d in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #9 0x5589fafc851d in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #10 0x5589fafc851d in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #11 0x5589fafd8c45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #12 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #13 0x5589fafd8c45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #14 0x5589fafd8c45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #15 0x5589fafd8c45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #16 0x5589fafd8c45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #17 0x5589fafd8c45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #18 0x5589fafd8c45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #19 0x5589fafd8c45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #20 0x5589e895fe8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #21 0x5589e895fe8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #22 0x5589e895fe8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #23 0x5589e896bf4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #24 0x5589e896bf4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #25 0x5589e896bf4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #26 0x5589e896bf4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #27 0x5589d63d1a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x5589d6406b9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0612fb34 in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558a0612fb34 in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:92 #3 0x558a0612fb34 in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558a0612fb34 in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558a061327f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558a0614f886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x5589e8f84d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #12 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x5589d6406b9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0612fafd in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558a0612fafd in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:46 #3 0x558a0612fafd in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558a0612fafd in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558a061327f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558a0614f886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x5589e8f882ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #12 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x5589d6406b9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0612fafd in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558a0612fafd in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:46 #3 0x558a0612fafd in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558a0612fafd in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558a061327f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558a0614f886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x5589e8f84d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #12 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x5589d6406b9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0612fb34 in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558a0612fb34 in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:92 #3 0x558a0612fb34 in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558a0612fb34 in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558a061327f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558a0614f886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x5589e8f882ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #12 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 352 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a06109f98 in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:10 #2 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #3 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #4 0x5589e8f84d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #5 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #6 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #7 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #8 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #9 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 352 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a06109f98 in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:10 #2 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #3 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #4 0x5589e8f882ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #5 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #6 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #7 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #8 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #9 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 256 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8f8644a in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:137:26 #2 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #7 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 256 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8f83625 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:94:20 #2 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #7 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 96 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8f87ff1 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:152:18 #2 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #7 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 96 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8f8522e in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:110:18 #2 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #7 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8fb0846 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589e8fb0846 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589e8fb0846 in std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589e8fb0846 in std::__1::allocator_traits, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>::allocate[abi:v15000](std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589e8fb0846 in std::__1::unique_ptr, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>, std::__1::__tree_node_destructor, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__construct_node, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2132:23 #6 0x5589e8fb05f6 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique_key_args, std::__1::allocator>, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2095:29 #7 0x5589e8facc95 in std::__1::enable_if<__can_extract_map_key, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator>, std::__1::pair, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>::value, std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool>>::type std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:1179:16 #8 0x5589e8facc95 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>>, bool> std::__1::map, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>>::emplace[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/map:1221:24 #9 0x5589e8facc95 in DB::OwnSplitChannel::addChannel(Poco::AutoPtr, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/OwnSplitChannel.cpp:146:14 #10 0x5589e8f883af in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:157:16 #11 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #12 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #13 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #14 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #15 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8fb0846 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x5589e8fb0846 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x5589e8fb0846 in std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x5589e8fb0846 in std::__1::allocator_traits, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>::allocate[abi:v15000](std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x5589e8fb0846 in std::__1::unique_ptr, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>, std::__1::__tree_node_destructor, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__construct_node, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2132:23 #6 0x5589e8fb05f6 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique_key_args, std::__1::allocator>, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2095:29 #7 0x5589e8facc95 in std::__1::enable_if<__can_extract_map_key, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator>, std::__1::pair, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>::value, std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool>>::type std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:1179:16 #8 0x5589e8facc95 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>>, bool> std::__1::map, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>>::emplace[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/map:1221:24 #9 0x5589e8facc95 in DB::OwnSplitChannel::addChannel(Poco::AutoPtr, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/OwnSplitChannel.cpp:146:14 #10 0x5589e8f855d4 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:114:16 #11 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #12 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #13 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #14 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #15 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8f8291c in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:65:13 #2 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #7 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0612ee3b in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558a0612ee3b in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558a0612ee3b in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558a0612ee3b in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558a0612ee3b in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558a0612ee3b in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558a0612ee3b in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558a0612ee3b in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558a0612ee3b in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558a0612ee3b in Poco::FileStreamBuf::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:46:8 #11 0x558a06132946 in Poco::FileIOS::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:38:7 #12 0x558a06132946 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:88:2 #13 0x558a0614f886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #14 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #15 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #16 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #17 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #18 0x5589e8f882ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #19 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0614f803 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558a0614f803 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558a0614f803 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558a0614f803 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558a0614f803 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558a0614f803 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558a0614f803 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x558a0614f803 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x558a0614f803 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:24:2 #10 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #11 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #12 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #13 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #14 0x5589e8f882ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #15 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #16 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #17 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0610afcb in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558a0610afcb in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558a0610afcb in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558a0610afcb in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558a0610afcb in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558a0610afcb in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558a0610afcb in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558a0610afcb in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558a0610afcb in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558a0610afcb in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:164:9 #11 0x5589e8f86694 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:138:25 #12 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #13 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #14 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #15 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #16 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #17 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0612ee3b in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558a0612ee3b in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558a0612ee3b in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558a0612ee3b in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558a0612ee3b in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558a0612ee3b in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558a0612ee3b in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558a0612ee3b in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558a0612ee3b in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558a0612ee3b in Poco::FileStreamBuf::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:46:8 #11 0x558a06132946 in Poco::FileIOS::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:38:7 #12 0x558a06132946 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:88:2 #13 0x558a0614f886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #14 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #15 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #16 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #17 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #18 0x5589e8f84d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #19 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0614f803 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558a0614f803 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558a0614f803 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558a0614f803 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558a0614f803 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558a0614f803 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558a0614f803 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x558a0614f803 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x558a0614f803 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:24:2 #10 0x558a061505b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #11 0x558a06109faa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #12 0x558a06108dfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #13 0x558a06108cd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #14 0x5589e8f84d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #15 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #16 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #17 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0610afcb in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558a0610afcb in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558a0610afcb in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558a0610afcb in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558a0610afcb in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558a0610afcb in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558a0610afcb in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558a0610afcb in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558a0610afcb in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558a0610afcb in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:164:9 #11 0x5589e8f83869 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:95:19 #12 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #13 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #14 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #15 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #16 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #17 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8f8800f in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:154:60 #2 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #7 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x5589e8f8524c in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:112:55 #2 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #7 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0610cec4 in Poco::FileChannel::setArchive(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:297:15 #2 0x558a0610af06 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp #3 0x5589e8f83dc2 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:97:19 #4 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #9 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0610cec4 in Poco::FileChannel::setArchive(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:297:15 #2 0x558a0610af06 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp #3 0x5589e8f86bde in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:140:25 #4 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #9 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0610e991 in Poco::FileChannel::setPurgeCount(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:350:19 #2 0x558a0610ad51 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:176:3 #3 0x5589e8f873f5 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:143:25 #4 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #9 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x5589d6406a8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558a0610e991 in Poco::FileChannel::setPurgeCount(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:350:19 #2 0x558a0610ad51 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:176:3 #3 0x5589e8f845d5 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:100:19 #4 0x5589e8dd3d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x5589e8dce768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558a05e287fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x5589e8df08a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x5589d640ba0a in main build_docker/./programs/main.cpp:498:21 #9 0x7fd6017a2d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) SUMMARY: AddressSanitizer: 157776 byte(s) leaked in 1395 allocation(s). + for table in query_log trace_log + clickhouse-local --config-file=/etc/clickhouse-server/config.xml --only-system-tables -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 Processing configuration file '/etc/clickhouse-server/config.xml'. Merging configuration file '/etc/clickhouse-server/config.d/CORS.xml'. Merging configuration file '/etc/clickhouse-server/config.d/asynchronous_metrics_update_period_s.xml'. Merging configuration file '/etc/clickhouse-server/config.d/azure_storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backoff_failed_mutation.xml'. Merging configuration file '/etc/clickhouse-server/config.d/backups.xml'. Merging configuration file '/etc/clickhouse-server/config.d/blob_storage_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/block_number.xml'. Merging configuration file '/etc/clickhouse-server/config.d/clusters.xml'. Merging configuration file '/etc/clickhouse-server/config.d/compressed_marks_and_index.xml'. Merging configuration file '/etc/clickhouse-server/config.d/core.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_disks_base_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/custom_settings_prefixes.xml'. Merging configuration file '/etc/clickhouse-server/config.d/database_atomic.xml'. Merging configuration file '/etc/clickhouse-server/config.d/disable_s3_env_credentials.xml'. Merging configuration file '/etc/clickhouse-server/config.d/display_name.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_access_control_improvements.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_keeper_map.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_wait_for_shutdown_replicated_tables.xml'. Merging configuration file '/etc/clickhouse-server/config.d/enable_zero_copy_replication.xml'. Merging configuration file '/etc/clickhouse-server/config.d/encryption.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_cache_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/filesystem_caches_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/forbidden_headers.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite.xml'. Merging configuration file '/etc/clickhouse-server/config.d/graphite_alternative.xml'. Merging configuration file '/etc/clickhouse-server/config.d/handlers.yaml'. Merging configuration file '/etc/clickhouse-server/config.d/keeper_port.xml'. Merging configuration file '/etc/clickhouse-server/config.d/legacy_geobase.xml'. Merging configuration file '/etc/clickhouse-server/config.d/listen.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logger_trace.xml'. Merging configuration file '/etc/clickhouse-server/config.d/logging_no_rotate.xml'. Merging configuration file '/etc/clickhouse-server/config.d/lost_forever_check.xml'. Merging configuration file '/etc/clickhouse-server/config.d/macros.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_concurrent_queries.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_num_to_warn.xml'. Merging configuration file '/etc/clickhouse-server/config.d/max_server_memory_usage.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_old_dirs_cleanup.xml'. Merging configuration file '/etc/clickhouse-server/config.d/merge_tree_settings.xml'. Merging configuration file '/etc/clickhouse-server/config.d/named_collection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/nlp.xml'. Merging configuration file '/etc/clickhouse-server/config.d/prometheus.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml'. Merging configuration file '/etc/clickhouse-server/config.d/query_masking_rules.xml_original.xml'. Merging configuration file '/etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml'. Merging configuration file '/etc/clickhouse-server/config.d/secure_ports.xml'. Merging configuration file '/etc/clickhouse-server/config.d/session_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/ssl_certs.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02944.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02961.xml'. Merging configuration file '/etc/clickhouse-server/config.d/storage_conf_02963.xml'. Merging configuration file '/etc/clickhouse-server/config.d/system_unfreeze.xml'. Merging configuration file '/etc/clickhouse-server/config.d/tcp_with_proxy.xml'. Merging configuration file '/etc/clickhouse-server/config.d/test_cluster_with_incorrect_pw.xml'. Merging configuration file '/etc/clickhouse-server/config.d/text_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_lists.xml'. Merging configuration file '/etc/clickhouse-server/config.d/top_level_domains_path.xml'. Merging configuration file '/etc/clickhouse-server/config.d/transactions.xml'. Merging configuration file '/etc/clickhouse-server/config.d/validate_tcp_client_information.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zero_copy_destructive_operations.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_fault_injection.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_log.xml'. Merging configuration file '/etc/clickhouse-server/config.d/zookeeper_write.xml'. Logging trace to /var/log/clickhouse-server/clickhouse-server.log Logging errors to /var/log/clickhouse-server/clickhouse-server.err.log 127.0.0.1 - - [22/Jul/2024:20:22:28 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - ================================================================= ==30896==ERROR: LeakSanitizer: detected memory leaks Indirect leak of 48224 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558baf07d3ba in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558baf07d3ba in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558baf07d3ba in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558baf07d3ba in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558baf07d3ba in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x558baf07d3ba in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x558baf07d3ba in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x558baf07d3ba in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #9 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #10 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #11 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #12 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #13 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #14 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #15 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #16 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #17 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #18 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #19 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #20 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #21 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #22 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #23 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #24 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #25 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 25208 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558baf11edc7 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558baf11edc7 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558baf11edc7 in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558baf11edc7 in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558baf11edc7 in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x558baf11edc7 in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*, bool&, void>(std::__1::allocator const&, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x558baf0f4729 in std::__1::shared_ptr std::__1::make_shared[abi:v15000](DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x558baf0f4729 in DB::CacheMetadata::getKeyMetadata(DB::FileCacheKey const&, DB::CacheMetadata::KeyNotFoundPolicy, DB::FileCacheUserInfo const&, bool) build_docker/./src/Interpreters/Cache/Metadata.cpp:286:18 #9 0x558baf07b35f in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1103:38 #10 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 12056 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558baf14d3b0 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558baf14d3b0 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558baf14d3b0 in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558baf14d3b0 in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558baf14d3b0 in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x558baf14d3b0 in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::SLRUFileCachePriority*, DB::LRUFileCachePriority::LRUIterator, bool, void>(std::__1::allocator const&, DB::SLRUFileCachePriority*&&, DB::LRUFileCachePriority::LRUIterator&&, bool&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x558baf14d3b0 in std::__1::shared_ptr std::__1::make_shared[abi:v15000](DB::SLRUFileCachePriority*&&, DB::LRUFileCachePriority::LRUIterator&&, bool&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x558baf14d3b0 in DB::SLRUFileCachePriority::add(std::__1::shared_ptr, unsigned long, unsigned long, DB::FileCacheUserInfo const&, DB::CachePriorityGuard::Lock const&, bool) build_docker/./src/Interpreters/Cache/SLRUFileCachePriority.cpp:94:20 #9 0x558baf07d24a in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1153:47 #10 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 10960 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558baf14d2f9 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558baf14d2f9 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558baf14d2f9 in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558baf14d2f9 in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558baf14d2f9 in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x558baf14d2f9 in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x558baf14d2f9 in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x558baf14d2f9 in DB::SLRUFileCachePriority::add(std::__1::shared_ptr, unsigned long, unsigned long, DB::FileCacheUserInfo const&, DB::CachePriorityGuard::Lock const&, bool) build_docker/./src/Interpreters/Cache/SLRUFileCachePriority.cpp:93:56 #9 0x558baf07d24a in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1153:47 #10 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 8768 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba210e06 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558bba210e06 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558bba210e06 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558bba210e06 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558bba210e06 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558bba210e06 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558bba210e06 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x558bba210e06 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x558bba210e06 in Poco::Logger::Logger(std::__1::basic_string, std::__1::allocator> const&, Poco::Channel*, int) build_docker/./base/poco/Foundation/src/Logger.cpp:51:72 #10 0x558bba210e06 in Poco::Logger::unsafeGet(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:396:17 #11 0x558bba2113ba in Poco::Logger::getShared(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:356:24 #12 0x558baf0b4f7d in DB::FileSegment::FileSegment(DB::FileCacheKey const&, unsigned long, unsigned long, DB::FileSegmentState, DB::CreateFileSegmentSettings const&, bool, DB::FileCache*, std::__1::weak_ptr, std::__1::shared_ptr) build_docker/./src/Interpreters/Cache/FileSegment.cpp:70:11 #13 0x558baf07d51d in DB::FileSegment* std::__1::construct_at[abi:v15000]&, std::__1::shared_ptr&, DB::FileSegment*>(DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #14 0x558baf07d51d in void std::__1::allocator_traits>::construct[abi:v15000]&, std::__1::shared_ptr&, void, void>(std::__1::allocator&, DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #15 0x558baf07d51d in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]&, std::__1::shared_ptr&>(std::__1::allocator, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #16 0x558baf07d51d in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #17 0x558baf07d51d in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #18 0x558baf07d51d in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #19 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #20 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #21 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #22 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #23 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #24 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #25 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #26 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #27 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #28 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #29 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #30 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #31 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #32 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #33 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #34 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #35 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 8768 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba210c20 in Poco::Logger::unsafeGet(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:396:13 #2 0x558bba2113ba in Poco::Logger::getShared(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:356:24 #3 0x558baf0b4f7d in DB::FileSegment::FileSegment(DB::FileCacheKey const&, unsigned long, unsigned long, DB::FileSegmentState, DB::CreateFileSegmentSettings const&, bool, DB::FileCache*, std::__1::weak_ptr, std::__1::shared_ptr) build_docker/./src/Interpreters/Cache/FileSegment.cpp:70:11 #4 0x558baf07d51d in DB::FileSegment* std::__1::construct_at[abi:v15000]&, std::__1::shared_ptr&, DB::FileSegment*>(DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #5 0x558baf07d51d in void std::__1::allocator_traits>::construct[abi:v15000]&, std::__1::shared_ptr&, void, void>(std::__1::allocator&, DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #6 0x558baf07d51d in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]&, std::__1::shared_ptr&>(std::__1::allocator, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #7 0x558baf07d51d in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #8 0x558baf07d51d in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #9 0x558baf07d51d in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #10 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #11 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #12 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #13 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #14 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #15 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #16 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #17 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #18 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #19 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #20 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #21 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #22 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #23 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #25 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #26 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 7672 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558baf07db30 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558baf07db30 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558baf07db30 in std::__1::allocator>, void*>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558baf07db30 in std::__1::allocator_traits>, void*>>>::allocate[abi:v15000](std::__1::allocator>, void*>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558baf07db30 in std::__1::unique_ptr>, void*>, std::__1::__tree_node_destructor>, void*>>>> std::__1::__tree>, std::__1::__map_value_compare>, std::__1::less, true>, std::__1::allocator>>>::__construct_node>(unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2132:23 #6 0x558baf07db30 in std::__1::pair>, std::__1::__tree_node>, void*>*, long>, bool> std::__1::__tree>, std::__1::__map_value_compare>, std::__1::less, true>, std::__1::allocator>>>::__emplace_unique_key_args>(unsigned long const&, unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2095:29 #7 0x558baf07db30 in std::__1::enable_if<__can_extract_map_key>>::value, std::__1::pair>, std::__1::__tree_node>, void*>*, long>, bool>>::type std::__1::__tree>, std::__1::__map_value_compare>, std::__1::less, true>, std::__1::allocator>>>::__emplace_unique[abi:v15000]>(unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:1179:16 #8 0x558baf07db30 in std::__1::pair>, std::__1::__tree_node>, void*>*, long>>, bool> std::__1::map, std::__1::less, std::__1::allocator>>>::emplace[abi:v15000]>(unsigned long&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/map:1221:24 #9 0x558baf07db30 in auto DB::KeyMetadata::emplaceUnlocked>(unsigned long&, std::__1::shared_ptr&&) build_docker/./src/Interpreters/Cache/Metadata.h:90:52 #10 0x558baf07db30 in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1174:46 #11 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #12 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #13 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #14 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #15 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #16 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #17 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #18 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #19 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #20 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #21 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #22 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #23 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #24 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #25 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #26 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #27 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 6576 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558baf0eab08 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558baf0eab08 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558baf0eab08 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558baf0eab08 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558baf0eab08 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558baf0eab08 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558baf0eab08 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x558baf0eab08 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x558baf0eab08 in DB::FileCacheUserInfo::FileCacheUserInfo(DB::FileCacheUserInfo const&) build_docker/./src/Interpreters/Cache/UserInfo.h:7:8 #10 0x558baf0eab08 in DB::KeyMetadata::KeyMetadata(DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata const*, bool) build_docker/./src/Interpreters/Cache/Metadata.cpp:67:7 #11 0x558baf11ee4b in DB::KeyMetadata* std::__1::construct_at[abi:v15000](DB::KeyMetadata*, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #12 0x558baf11ee4b in void std::__1::allocator_traits>::construct[abi:v15000](std::__1::allocator&, DB::KeyMetadata*, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #13 0x558baf11ee4b in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000](std::__1::allocator, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #14 0x558baf11ee4b in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*, bool&, void>(std::__1::allocator const&, DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #15 0x558baf0f4729 in std::__1::shared_ptr std::__1::make_shared[abi:v15000](DB::FileCacheKey const&, DB::FileCacheUserInfo const&, DB::CacheMetadata*&&, bool&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #16 0x558baf0f4729 in DB::CacheMetadata::getKeyMetadata(DB::FileCacheKey const&, DB::CacheMetadata::KeyNotFoundPolicy, DB::FileCacheUserInfo const&, bool) build_docker/./src/Interpreters/Cache/Metadata.cpp:286:18 #17 0x558baf07b35f in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1103:38 #18 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #19 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #20 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #21 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #22 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #23 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #24 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #25 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #26 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #27 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #28 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #29 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #30 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #31 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #32 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #33 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #34 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 6576 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558baf07d5ae in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558baf07d5ae in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558baf07d5ae in std::__1::allocator>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558baf07d5ae in std::__1::allocator_traits>>>::allocate[abi:v15000](std::__1::allocator>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558baf07d5ae in std::__1::__allocation_guard>>>::__allocation_guard[abi:v15000]>(std::__1::allocator, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocation_guard.h:53:18 #6 0x558baf07d5ae in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], std::__1::shared_ptr, void>(std::__1::allocator const&, std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:952:48 #7 0x558baf07d5ae in std::__1::shared_ptr std::__1::make_shared[abi:v15000], void>(std::__1::shared_ptr&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #8 0x558baf07d5ae in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1174:70 #9 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #10 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #11 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #12 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #13 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #14 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #15 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #16 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #17 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #18 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #19 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #20 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #21 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #22 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #23 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #24 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #25 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 4384 byte(s) in 137 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba211422 in std::__1::shared_ptr::shared_ptr[abi:v15000](Poco::Logger*, Poco::(anonymous namespace)::LoggerDeleter) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:477:24 #2 0x558bba211422 in Poco::(anonymous namespace)::makeLoggerPtr(Poco::Logger&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:336:10 #3 0x558bba211422 in Poco::Logger::getShared(std::__1::basic_string, std::__1::allocator> const&, bool) build_docker/./base/poco/Foundation/src/Logger.cpp:364:9 #4 0x558baf0b4f7d in DB::FileSegment::FileSegment(DB::FileCacheKey const&, unsigned long, unsigned long, DB::FileSegmentState, DB::CreateFileSegmentSettings const&, bool, DB::FileCache*, std::__1::weak_ptr, std::__1::shared_ptr) build_docker/./src/Interpreters/Cache/FileSegment.cpp:70:11 #5 0x558baf07d51d in DB::FileSegment* std::__1::construct_at[abi:v15000]&, std::__1::shared_ptr&, DB::FileSegment*>(DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 #6 0x558baf07d51d in void std::__1::allocator_traits>::construct[abi:v15000]&, std::__1::shared_ptr&, void, void>(std::__1::allocator&, DB::FileSegment*, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 #7 0x558baf07d51d in std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]&, std::__1::shared_ptr&>(std::__1::allocator, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 #8 0x558baf07d51d in std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState, DB::CreateFileSegmentSettings, bool, DB::FileCache*, std::__1::shared_ptr&, std::__1::shared_ptr&, void>(std::__1::allocator const&, DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 #9 0x558baf07d51d in std::__1::shared_ptr std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, void>(DB::FileCacheKey const&, unsigned long&, unsigned long&, DB::FileSegmentState&&, DB::CreateFileSegmentSettings&&, bool&&, DB::FileCache*&&, std::__1::shared_ptr&, std::__1::shared_ptr&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 #10 0x558baf07d51d in DB::FileCache::loadMetadataForKeys(std::__1::__fs::filesystem::path const&) build_docker/./src/Interpreters/Cache/FileCache.cpp:1166:41 #11 0x558baf08dc45 in DB::FileCache::loadMetadataImpl()::$_0::operator()() const build_docker/./src/Interpreters/Cache/FileCache.cpp:1014:25 #12 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000](DB::FileCache::loadMetadataImpl()::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #13 0x558baf08dc45 in decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 #14 0x558baf08dc45 in decltype(auto) std::__1::apply[abi:v15000]&>(DB::FileCache::loadMetadataImpl()::$_0&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 #15 0x558baf08dc45 in ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:223:13 #16 0x558baf08dc45 in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(DB::FileCache::loadMetadataImpl()::$_0&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #17 0x558baf08dc45 in void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 #18 0x558baf08dc45 in std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 #19 0x558baf08dc45 in void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::FileCache::loadMetadataImpl()::$_0&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 #20 0x558b9ca14e8c in std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 #21 0x558b9ca14e8c in std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 #22 0x558b9ca14e8c in ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:455:13 #23 0x558b9ca20f4c in void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:217:73 #24 0x558b9ca20f4c in decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 #25 0x558b9ca20f4c in void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 #26 0x558b9ca20f4c in void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 #27 0x558b8a486a5a in asan_thread_start(void*) crtstuff.c Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bbb9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1e4b34 in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558bba1e4b34 in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:92 #3 0x558bba1e4b34 in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558bba1e4b34 in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558bba1e77f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558bba204886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x558b9d039d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #12 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bbb9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1e4afd in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558bba1e4afd in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:46 #3 0x558bba1e4afd in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558bba1e4afd in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558bba1e77f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558bba204886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x558b9d03d2ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #12 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bbb9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1e4afd in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558bba1e4afd in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:46 #3 0x558bba1e4afd in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558bba1e4afd in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558bba1e77f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558bba204886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x558b9d039d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #12 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 4096 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bbb9d in operator new[](unsigned long) (/usr/bin/clickhouse+0xa7eab9d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1e4b34 in Poco::BufferAllocator::allocate(long) build_docker/./base/poco/Foundation/include/Poco/BufferAllocator.h:38:64 #2 0x558bba1e4b34 in Poco::BasicBufferedBidirectionalStreamBuf, Poco::BufferAllocator>::BasicBufferedBidirectionalStreamBuf(long, unsigned int) build_docker/./base/poco/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h:59:92 #3 0x558bba1e4b34 in Poco::FileStreamBuf::FileStreamBuf() build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:28:2 #4 0x558bba1e4b34 in Poco::FileIOS::FileIOS(unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:23:10 #5 0x558bba1e77f8 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:85:2 #6 0x558bba204886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #7 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #8 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #9 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #10 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #11 0x558b9d03d2ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #12 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 352 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1bef98 in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:10 #2 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #3 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #4 0x558b9d039d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #5 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #6 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #7 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #8 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #9 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 352 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1bef98 in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:10 #2 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #3 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #4 0x558b9d03d2ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #5 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #6 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #7 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #8 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #9 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 256 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d03b44a in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:137:26 #2 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #7 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 256 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d038625 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:94:20 #2 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #7 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 96 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d03cff1 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:152:18 #2 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #7 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 96 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d03a22e in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:110:18 #2 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #7 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d065846 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558b9d065846 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558b9d065846 in std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558b9d065846 in std::__1::allocator_traits, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>::allocate[abi:v15000](std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558b9d065846 in std::__1::unique_ptr, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>, std::__1::__tree_node_destructor, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__construct_node, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2132:23 #6 0x558b9d0655f6 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique_key_args, std::__1::allocator>, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2095:29 #7 0x558b9d061c95 in std::__1::enable_if<__can_extract_map_key, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator>, std::__1::pair, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>::value, std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool>>::type std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:1179:16 #8 0x558b9d061c95 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>>, bool> std::__1::map, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>>::emplace[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/map:1221:24 #9 0x558b9d061c95 in DB::OwnSplitChannel::addChannel(Poco::AutoPtr, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/OwnSplitChannel.cpp:146:14 #10 0x558b9d03d3af in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:157:16 #11 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #12 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #13 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #14 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #15 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d065846 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558b9d065846 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558b9d065846 in std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558b9d065846 in std::__1::allocator_traits, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>::allocate[abi:v15000](std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:262:20 #5 0x558b9d065846 in std::__1::unique_ptr, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>, std::__1::__tree_node_destructor, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>>>> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__construct_node, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2132:23 #6 0x558b9d0655f6 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique_key_args, std::__1::allocator>, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:2095:29 #7 0x558b9d061c95 in std::__1::enable_if<__can_extract_map_key, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator>, std::__1::pair, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>::value, std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>, bool>>::type std::__1::__tree, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__map_value_compare, std::__1::allocator>, std::__1::__value_type, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::less, std::__1::allocator>>, true>, std::__1::allocator, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>>>::__emplace_unique[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/__tree:1179:16 #8 0x558b9d061c95 in std::__1::pair, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, std::__1::__tree_node, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>>, void*>*, long>>, bool> std::__1::map, std::__1::allocator>, std::__1::pair, DB::ExtendedLogChannel*>, std::__1::less, std::__1::allocator>>, std::__1::allocator, std::__1::allocator> const, std::__1::pair, DB::ExtendedLogChannel*>>>>::emplace[abi:v15000], std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>>(std::__1::basic_string, std::__1::allocator> const&, std::__1::pair, DB::ExtendedLogChannel*>&&) build_docker/./contrib/llvm-project/libcxx/include/map:1221:24 #9 0x558b9d061c95 in DB::OwnSplitChannel::addChannel(Poco::AutoPtr, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/OwnSplitChannel.cpp:146:14 #10 0x558b9d03a5d4 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:114:16 #11 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #12 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #13 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #14 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #15 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d03791c in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:65:13 #2 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #7 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1e3e3b in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558bba1e3e3b in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558bba1e3e3b in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558bba1e3e3b in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558bba1e3e3b in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558bba1e3e3b in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558bba1e3e3b in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558bba1e3e3b in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558bba1e3e3b in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558bba1e3e3b in Poco::FileStreamBuf::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:46:8 #11 0x558bba1e7946 in Poco::FileIOS::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:38:7 #12 0x558bba1e7946 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:88:2 #13 0x558bba204886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #14 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #15 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #16 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #17 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #18 0x558b9d03d2ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #19 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba204803 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558bba204803 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558bba204803 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558bba204803 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558bba204803 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558bba204803 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558bba204803 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x558bba204803 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x558bba204803 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:24:2 #10 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #11 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #12 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #13 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #14 0x558b9d03d2ab in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:156:19 #15 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #16 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #17 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1bffcb in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558bba1bffcb in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558bba1bffcb in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558bba1bffcb in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558bba1bffcb in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558bba1bffcb in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558bba1bffcb in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558bba1bffcb in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558bba1bffcb in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558bba1bffcb in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:164:9 #11 0x558b9d03b694 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:138:25 #12 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #13 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #14 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #15 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #16 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #17 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1e3e3b in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558bba1e3e3b in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558bba1e3e3b in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558bba1e3e3b in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558bba1e3e3b in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558bba1e3e3b in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558bba1e3e3b in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558bba1e3e3b in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558bba1e3e3b in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558bba1e3e3b in Poco::FileStreamBuf::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream_POSIX.cpp:46:8 #11 0x558bba1e7946 in Poco::FileIOS::open(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:38:7 #12 0x558bba1e7946 in Poco::FileOutputStream::FileOutputStream(std::__1::basic_string, std::__1::allocator> const&, unsigned int) build_docker/./base/poco/Foundation/src/FileStream.cpp:88:2 #13 0x558bba204886 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:25:2 #14 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #15 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #16 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #17 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #18 0x558b9d039d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #19 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba204803 in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558bba204803 in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558bba204803 in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558bba204803 in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558bba204803 in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558bba204803 in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558bba204803 in std::__1::basic_string, std::__1::allocator>::__init_copy_ctor_external(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2047:25 #8 0x558bba204803 in std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2015:9 #9 0x558bba204803 in Poco::LogFileImpl::LogFileImpl(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile_STD.cpp:24:2 #10 0x558bba2055b1 in Poco::LogFile::LogFile(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/LogFile.cpp:24:44 #11 0x558bba1befaa in Poco::FileChannel::newLogFile() build_docker/./base/poco/Foundation/src/FileChannel.cpp:498:14 #12 0x558bba1bddfe in Poco::FileChannel::unsafeOpen() build_docker/./base/poco/Foundation/src/FileChannel.cpp:386:12 #13 0x558bba1bdcd3 in Poco::FileChannel::open() build_docker/./base/poco/Foundation/src/FileChannel.cpp:92:2 #14 0x558b9d039d99 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:103:19 #15 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #16 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #17 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 Indirect leak of 64 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1bffcb in void* std::__1::__libcpp_operator_new[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:246:10 #2 0x558bba1bffcb in std::__1::__libcpp_allocate[abi:v15000](unsigned long, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/new:272:10 #3 0x558bba1bffcb in std::__1::allocator::allocate[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:112:38 #4 0x558bba1bffcb in std::__1::allocator::allocate_at_least[abi:v15000](unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator.h:119:17 #5 0x558bba1bffcb in std::__1::allocation_result>::pointer> std::__1::allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:33:20 #6 0x558bba1bffcb in auto std::__1::__allocate_at_least[abi:v15000]>(std::__1::allocator&, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:42:10 #7 0x558bba1bffcb in std::__1::basic_string, std::__1::allocator>::__grow_by_and_replace(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, char const*) build_docker/./contrib/llvm-project/libcxx/include/string:2351:25 #8 0x558bba1bffcb in std::__1::basic_string, std::__1::allocator>& std::__1::basic_string, std::__1::allocator>::__assign_no_alias(char const*, unsigned long) build_docker/./contrib/llvm-project/libcxx/include/string:2421:5 #9 0x558bba1bffcb in std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2503:16 #10 0x558bba1bffcb in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:164:9 #11 0x558b9d038869 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:95:19 #12 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #13 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #14 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #15 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #16 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #17 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d03d00f in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:154:60 #2 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #7 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558b9d03a24c in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:112:55 #2 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #3 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #4 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #5 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #6 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #7 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1c1ec4 in Poco::FileChannel::setArchive(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:297:15 #2 0x558bba1bff06 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp #3 0x558b9d038dc2 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:97:19 #4 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #9 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1c1ec4 in Poco::FileChannel::setArchive(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:297:15 #2 0x558bba1bff06 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp #3 0x558b9d03bbde in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:140:25 #4 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #9 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1c3991 in Poco::FileChannel::setPurgeCount(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:350:19 #2 0x558bba1bfd51 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:176:3 #3 0x558b9d03c3f5 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:143:25 #4 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #9 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x558b8a4bba8d in operator new(unsigned long) (/usr/bin/clickhouse+0xa7eaa8d) (BuildId: a4fe95e0a2713fc791d1362d8f60671834e91c16) #1 0x558bba1c3991 in Poco::FileChannel::setPurgeCount(std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:350:19 #2 0x558bba1bfd51 in Poco::FileChannel::setProperty(std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./base/poco/Foundation/src/FileChannel.cpp:176:3 #3 0x558b9d0395d5 in Loggers::buildLoggers(Poco::Util::AbstractConfiguration&, Poco::Logger&, std::__1::basic_string, std::__1::allocator> const&) build_docker/./src/Loggers/Loggers.cpp:100:19 #4 0x558b9ce88d66 in DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:585:9 #5 0x558b9ce83768 in DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:471:5 #6 0x558bb9edd7fe in Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 #7 0x558b9cea58a9 in mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:895:20 #8 0x558b8a4c0a0a in main build_docker/./programs/main.cpp:498:21 #9 0x7ff96c91ed8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 962015aa9d133c6cbcfb31ec300596d7f44d3348) SUMMARY: AddressSanitizer: 157776 byte(s) leaked in 1395 allocation(s). + 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 ']' + rg 'OOM in dmesg|Signal 9' /test_output/check_status.tsv + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read -r core